#B527CF

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

Shades of Dark Orchid #B527CF

Tints of Dark Orchid #B527CF

Color information

#B527CF (or 0xB527CF) is unknown color: approx Dark Orchid. HEX triplet: B5, 27 and CF. RGB value is (181,39,207). Sum of RGB (Red+Green+Blue) = 181+39+207=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #B527CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527CF is #4AD830. Grayscale: #646464. Windows color (decimal): -4905009 or 13576117. OLE color: 13576117.

HSL color Cylindrical-coordinate representation of color #B527CF: hue angle of 290.71º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B527CF is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18139207-
CMYK0.130.8100.19
HSL290.71º68.29%48.24%-
HSV(B)290.71º81.16%81.18%-
XYZ31.0415.7860.44-
YUV100.61188.04185.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 39 (15.62% from 255) = 9.13%
BLUE value IS 207 (81.25% from 255) = 48.48%
R=42.39%
G=9.13%
B=48.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal181392070.130.8100.19290.7168.2948.24
HexB527CFD510131234430
Octal265473171512102344310460
Binary1011010110011111001111110110100010100111001000111000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B527CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B527CF; }

 p { color: rgb(181,39,207); }

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

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

 a { background-color: rgb(181,39,207); }

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

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

 span { border-color: rgb(181,39,207); }

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