Html Css Color HEX #B42CDB Dark Orchid

📋 copy color: '#B42CDB'

red 180 ◦ green 44 ◦ blue 219

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

Shades of Dark Orchid #B42CDB

Tints of Dark Orchid #B42CDB

RGB

 RED value IS 180 (70.7% from 255) = 40.63%

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

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 40.63%
G = 9.93%
B = 49.44%

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

#B42CDB (or 0xB42CDB) is known color: Dark Orchid. HEX triplet: B4, 2C and DB. RGB value is (180,44,219). Sum of RGB (Red+Green+Blue) = 180+44+219=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #B42CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42CDB is #4BD324. Grayscale: #686868. Windows color (decimal): -4969253 or 14363828. OLE color: 14363828.

HSL color Cylindrical-coordinate representation of color #B42CDB: 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 #B42CDB is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 44 219 -
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.51 16.62 68.51 -
YUV 104.61 192.56 181.77 -
System Red Green Blue C M Y K H S L
Decimal 180 44 219 0.18 0.80 0 0.14 286.63 0.71 0.52
Hex B4 2C DB 12 50 0 E 11F 47 34
Octal 264 54 333 22 120 0 16 437 107 64
Binary 10110100 101100 11011011 10010 1010000 0 1110 100011111 1000111 110100

Color Harmonies of #B42CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42CDB

Black with #B42CDB

Text Example


Text Example

White with #B42CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42CDB; }

 p { color: rgb(180,44,219); }

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

background-color css

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

 a { background-color: rgb(180,44,219); }

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

border-color css

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

 span { border-color: rgb(180,44,219); }

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