Html Css Color HEX #B52DDC Dark Orchid

📋 copy color: '#B52DDC'

red 181 ◦ green 45 ◦ blue 220

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

Shades of Dark Orchid #B52DDC

Tints of Dark Orchid #B52DDC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.09%

 BLUE value IS 220 (86.33% from 255) = 49.33%

R = 40.58%
G = 10.09%
B = 49.33%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B52DDC (or 0xB52DDC) is known color: Dark Orchid. HEX triplet: B5, 2D and DC. RGB value is (181,45,220). Sum of RGB (Red+Green+Blue) = 181+45+220=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #B52DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52DDC is #4AD223. Grayscale: #696969. Windows color (decimal): -4903460 or 14429621. OLE color: 14429621.

HSL color Cylindrical-coordinate representation of color #B52DDC: hue angle of 286.63º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52DDC is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 45 220 -
CMYK 0.18 0.80 0 0.14
HSL 286.63º 0.71% 0.52% -
HSV(B) 286.63º 0.8% 0.86% -
XYZ 32.91 16.87 69.23 -
YUV 105.61 192.56 181.77 -
System Red Green Blue C M Y K H S L
Decimal 181 45 220 0.18 0.80 0 0.14 286.63 0.71 0.52
Hex B5 2D DC 12 50 0 E 11F 47 34
Octal 265 55 334 22 120 0 16 437 107 64
Binary 10110101 101101 11011100 10010 1010000 0 1110 100011111 1000111 110100

Color Harmonies of #B52DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52DDC

Black with #B52DDC

Text Example


Text Example

White with #B52DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52DDC; }

 p { color: rgb(181,45,220); }

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

background-color css

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

 a { background-color: rgb(181,45,220); }

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

border-color css

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

 span { border-color: rgb(181,45,220); }

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