Html Css Color HEX #B527CE Dark Orchid

📋 copy color: '#B527CE'

red 181 ◦ green 39 ◦ blue 206

#B527CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B527CE

Tints of Dark Orchid #B527CE

RGB

 RED value IS 181 (71.09% from 255) = 42.49%

 GREEN value IS 39 (15.63% from 255) = 9.15%

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 42.49%
G = 9.15%
B = 48.36%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B527CE (or 0xB527CE) is known color: Dark Orchid. HEX triplet: B5, 27 and CE. RGB value is (181,39,206). Sum of RGB (Red+Green+Blue) = 181+39+206=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #B527CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527CE is #4AD831. Grayscale: #636363. Windows color (decimal): -4905010 or 13510581. OLE color: 13510581.

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

Color convert

RGB 181 39 206 -
CMYK 0.12 0.81 0 0.19
HSL 291.02º 0.68% 0.48% -
HSV(B) 291.02º 0.81% 0.81% -
XYZ 30.92 15.73 59.8 -
YUV 100.5 187.54 185.42 -
System Red Green Blue C M Y K H S L
Decimal 181 39 206 0.12 0.81 0 0.19 291.02 0.68 0.48
Hex B5 27 CE C 51 0 13 123 44 30
Octal 265 47 316 14 121 0 23 443 104 60
Binary 10110101 100111 11001110 1100 1010001 0 10011 100100011 1000100 110000

Color Harmonies of #B527CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B527CE

Black with #B527CE

Text Example


Text Example

White with #B527CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B527CE; }

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

 H1.HeaderClassName
 {
   color: #B527CE;
 }
 .AnyTagClassName
 {
   color: #B527CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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