#B361CB

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

Shades of Medium Orchid #B361CB

Tints of Medium Orchid #B361CB

Color information

#B361CB (or 0xB361CB) is unknown color: approx Medium Orchid. HEX triplet: B3, 61 and CB. RGB value is (179,97,203). Sum of RGB (Red+Green+Blue) = 179+97+203=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #B361CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B361CB is #4C9E34. Grayscale: #858585. Windows color (decimal): -5021237 or 13328819. OLE color: 13328819.

HSL color Cylindrical-coordinate representation of color #B361CB: hue angle of 286.42º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B361CB is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17997203-
CMYK0.120.5200.20
HSL286.42º50.48%58.82%-
HSV(B)286.42º52.22%79.61%-
XYZ33.6422.4459.06-
YUV133.6167.17160.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 97 (38.28% from 255) = 20.25%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=37.37%
G=20.25%
B=42.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal179972030.120.5200.20286.4250.4858.82
HexB361CBC3401411e323b
Octal26314131314640244366273
Binary101100111100001110010111100110100010100100011110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B361CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B361CB; }

 p { color: rgb(179,97,203); }

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

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

 a { background-color: rgb(179,97,203); }

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

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

 span { border-color: rgb(179,97,203); }

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