Html Css Color HEX #B527CD Dark Orchid

📋 copy color: '#B527CD'

red 181 ◦ green 39 ◦ blue 205

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

Shades of Dark Orchid #B527CD

Tints of Dark Orchid #B527CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 42.59%
G = 9.18%
B = 48.24%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B527CD (or 0xB527CD) is known color: Dark Orchid. HEX triplet: B5, 27 and CD. RGB value is (181,39,205). Sum of RGB (Red+Green+Blue) = 181+39+205=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #B527CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527CD is #4AD832. Grayscale: #636363. Windows color (decimal): -4905011 or 13445045. OLE color: 13445045.

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

Color convert

RGB 181 39 205 -
CMYK 0.12 0.81 0 0.20
HSL 291.33º 0.68% 0.48% -
HSV(B) 291.33º 0.81% 0.8% -
XYZ 30.8 15.68 59.16 -
YUV 100.38 187.04 185.5 -
System Red Green Blue C M Y K H S L
Decimal 181 39 205 0.12 0.81 0 0.20 291.33 0.68 0.48
Hex B5 27 CD C 51 0 14 123 44 30
Octal 265 47 315 14 121 0 24 443 104 60
Binary 10110101 100111 11001101 1100 1010001 0 10100 100100011 1000100 110000

Color Harmonies of #B527CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B527CD

Black with #B527CD

Text Example


Text Example

White with #B527CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B527CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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