Html Css Color HEX #B42DCB Dark Orchid

📋 copy color: '#B42DCB'

red 180 ◦ green 45 ◦ blue 203

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

Shades of Dark Orchid #B42DCB

Tints of Dark Orchid #B42DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.43%

R = 42.06%
G = 10.51%
B = 47.43%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B42DCB (or 0xB42DCB) is known color: Dark Orchid. HEX triplet: B4, 2D and CB. RGB value is (180,45,203). Sum of RGB (Red+Green+Blue) = 180+45+203=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #B42DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DCB is #4BD234. Grayscale: #666666. Windows color (decimal): -4969013 or 13315508. OLE color: 13315508.

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

Color convert

RGB 180 45 203 -
CMYK 0.11 0.78 0 0.20
HSL 291.27º 0.64% 0.49% -
HSV(B) 291.27º 0.78% 0.8% -
XYZ 30.54 15.89 57.96 -
YUV 103.38 184.23 182.65 -
System Red Green Blue C M Y K H S L
Decimal 180 45 203 0.11 0.78 0 0.20 291.27 0.64 0.49
Hex B4 2D CB B 4E 0 14 123 40 31
Octal 264 55 313 13 116 0 24 443 100 61
Binary 10110100 101101 11001011 1011 1001110 0 10100 100100011 1000000 110001

Color Harmonies of #B42DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DCB

Black with #B42DCB

Text Example


Text Example

White with #B42DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DCB; }

 p { color: rgb(180,45,203); }

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

background-color css

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

 a { background-color: rgb(180,45,203); }

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

border-color css

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

 span { border-color: rgb(180,45,203); }

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