Html Css Color HEX #B42DC9 Dark Orchid

📋 copy color: '#B42DC9'

red 180 ◦ green 45 ◦ blue 201

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

Shades of Dark Orchid #B42DC9

Tints of Dark Orchid #B42DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.18%

R = 42.25%
G = 10.56%
B = 47.18%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B42DC9 (or 0xB42DC9) is known color: Dark Orchid. HEX triplet: B4, 2D and C9. RGB value is (180,45,201). Sum of RGB (Red+Green+Blue) = 180+45+201=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #B42DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DC9 is #4BD236. Grayscale: #666666. Windows color (decimal): -4969015 or 13184436. OLE color: 13184436.

HSL color Cylindrical-coordinate representation of color #B42DC9: hue angle of 291.92º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42DC9 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 45 201 -
CMYK 0.10 0.78 0 0.21
HSL 291.92º 0.63% 0.48% -
HSV(B) 291.92º 0.78% 0.79% -
XYZ 30.3 15.8 56.71 -
YUV 103.15 183.23 182.82 -
System Red Green Blue C M Y K H S L
Decimal 180 45 201 0.10 0.78 0 0.21 291.92 0.63 0.48
Hex B4 2D C9 A 4E 0 15 124 3F 30
Octal 264 55 311 12 116 0 25 444 77 60
Binary 10110100 101101 11001001 1010 1001110 0 10101 100100100 111111 110000

Color Harmonies of #B42DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DC9

Black with #B42DC9

Text Example


Text Example

White with #B42DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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