#B261CB

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

Shades of Medium Orchid #B261CB

Tints of Medium Orchid #B261CB

Color information

#B261CB (or 0xB261CB) is unknown color: approx Medium Orchid. HEX triplet: B2, 61 and CB. RGB value is (178,97,203). Sum of RGB (Red+Green+Blue) = 178+97+203=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #B261CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261CB is #4D9E34. Grayscale: #848484. Windows color (decimal): -5086773 or 13328818. OLE color: 13328818.

HSL color Cylindrical-coordinate representation of color #B261CB: hue angle of 285.85º 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 #B261CB is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17897203-
CMYK0.120.5200.20
HSL285.85º50.48%58.82%-
HSV(B)285.85º52.22%79.61%-
XYZ33.4122.3359.05-
YUV133.3167.34159.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.24%
GREEN value IS 97 (38.28% from 255) = 20.29%
BLUE value IS 203 (79.69% from 255) = 42.47%
R=37.24%
G=20.29%
B=42.47%

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
Decimal178972030.120.5200.20285.8550.4858.82
HexB261CBC3401411e323b
Octal26214131314640244366273
Binary101100101100001110010111100110100010100100011110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B261CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B261CB; }

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

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

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

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

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

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

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

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