Html Css Color HEX #B52BCD Dark Orchid

📋 copy color: '#B52BCD'

red 181 ◦ green 43 ◦ blue 205

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

Shades of Dark Orchid #B52BCD

Tints of Dark Orchid #B52BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.02%

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

R = 42.19%
G = 10.02%
B = 47.79%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B52BCD (or 0xB52BCD) is known color: Dark Orchid. HEX triplet: B5, 2B and CD. RGB value is (181,43,205). Sum of RGB (Red+Green+Blue) = 181+43+205=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #B52BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52BCD is #4AD432. Grayscale: #666666. Windows color (decimal): -4903987 or 13446069. OLE color: 13446069.

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

Color convert

RGB 181 43 205 -
CMYK 0.12 0.79 0 0.20
HSL 291.11º 0.65% 0.49% -
HSV(B) 291.11º 0.79% 0.8% -
XYZ 30.94 15.96 59.21 -
YUV 102.73 185.72 183.83 -
System Red Green Blue C M Y K H S L
Decimal 181 43 205 0.12 0.79 0 0.20 291.11 0.65 0.49
Hex B5 2B CD C 4F 0 14 123 41 31
Octal 265 53 315 14 117 0 24 443 101 61
Binary 10110101 101011 11001101 1100 1001111 0 10100 100100011 1000001 110001

Color Harmonies of #B52BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52BCD

Black with #B52BCD

Text Example


Text Example

White with #B52BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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