#b258fc

Color #B258FC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B258FC

Tints of Medium Orchid #B258FC

Color information

#B258FC (or 0xB258FC) is unknown color: approx Medium Orchid. HEX triplet: B2, 58 and FC. RGB value is (178,88,252). Sum of RGB (Red+Green+Blue) = 178+88+252=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #B258FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B258FC is #4DA703. Grayscale: #858585. Windows color (decimal): -5089028 or 16537778. OLE color: 16537778.

HSL color Cylindrical-coordinate representation of color #B258FC: hue angle of 272.93º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B258FC is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17888252-
CMYK0.290.6500.01
HSL272.93º96.47%66.67%-
HSV(B)272.93º65.08%98.82%-
XYZ39.4223.4794.55-
YUV133.61194.82159.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 34.36%
GREEN value IS 88 (34.77% from 255) = 16.99%
BLUE value IS 252 (98.83% from 255) = 48.65%
R=34.36%
G=16.99%
B=48.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal178882520.290.6500.01272.9396.4766.67
HexB258FC1D41011116043
Octal2621303743510101421140103
Binary101100101011000111111001110110000010110001000111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b258fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b258fc; }

 p { color: rgb(178,88,252); }

 H1.HeaderClassName
 {
   color: #b258fc;
 }
 .AnyTagClassName
 {
   color: #b258fc;
 }
</style>
background-color css

<style>
 a { background-color: #b258fc; }

 a { background-color: rgb(178,88,252); }

 div.DivClassName
 {
   background-color: #b258fc;
 }
 .BgClassName
 {
   background-color: #b258fc;
 }
</style>
border-color css

<style>
 span { border-color: #b258fc; }

 span { border-color: rgb(178,88,252); }

 td.TdClassName
 {
   border-color: #b258fc;
 }
 .TagClassName
 {
   border-color: #b258fc;
 }
</style>