Html Css Color HEX #B52CDA Dark Orchid

📋 copy color: '#B52CDA'

red 181 ◦ green 44 ◦ blue 218

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

Shades of Dark Orchid #B52CDA

Tints of Dark Orchid #B52CDA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.93%

 BLUE value IS 218 (85.55% from 255) = 49.21%

R = 40.86%
G = 9.93%
B = 49.21%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B52CDA (or 0xB52CDA) is known color: Dark Orchid. HEX triplet: B5, 2C and DA. RGB value is (181,44,218). Sum of RGB (Red+Green+Blue) = 181+44+218=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #B52CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52CDA is #4AD325. Grayscale: #686868. Windows color (decimal): -4903718 or 14298293. OLE color: 14298293.

HSL color Cylindrical-coordinate representation of color #B52CDA: hue angle of 287.24º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52CDA is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 44 218 -
CMYK 0.17 0.80 0 0.15
HSL 287.24º 0.7% 0.51% -
HSV(B) 287.24º 0.8% 0.85% -
XYZ 32.61 16.69 67.83 -
YUV 104.8 191.89 182.35 -
System Red Green Blue C M Y K H S L
Decimal 181 44 218 0.17 0.80 0 0.15 287.24 0.7 0.51
Hex B5 2C DA 11 50 0 F 11F 46 33
Octal 265 54 332 21 120 0 17 437 106 63
Binary 10110101 101100 11011010 10001 1010000 0 1111 100011111 1000110 110011

Color Harmonies of #B52CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52CDA

Black with #B52CDA

Text Example


Text Example

White with #B52CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52CDA; }

 p { color: rgb(181,44,218); }

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

background-color css

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

 a { background-color: rgb(181,44,218); }

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

border-color css

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

 span { border-color: rgb(181,44,218); }

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