Html Css Color HEX #B42DD9 Dark Orchid

📋 copy color: '#B42DD9'

red 180 ◦ green 45 ◦ blue 217

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

Shades of Dark Orchid #B42DD9

Tints of Dark Orchid #B42DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 49.1%

R = 40.72%
G = 10.18%
B = 49.1%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B42DD9 (or 0xB42DD9) is known color: Dark Orchid. HEX triplet: B4, 2D and D9. RGB value is (180,45,217). Sum of RGB (Red+Green+Blue) = 180+45+217=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #B42DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DD9 is #4BD226. Grayscale: #686868. Windows color (decimal): -4968999 or 14233012. OLE color: 14233012.

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

Color convert

RGB 180 45 217 -
CMYK 0.17 0.79 0 0.15
HSL 287.09º 0.69% 0.51% -
HSV(B) 287.09º 0.79% 0.85% -
XYZ 32.29 16.59 67.15 -
YUV 104.97 191.23 181.51 -
System Red Green Blue C M Y K H S L
Decimal 180 45 217 0.17 0.79 0 0.15 287.09 0.69 0.51
Hex B4 2D D9 11 4F 0 F 11F 45 33
Octal 264 55 331 21 117 0 17 437 105 63
Binary 10110100 101101 11011001 10001 1001111 0 1111 100011111 1000101 110011

Color Harmonies of #B42DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DD9

Black with #B42DD9

Text Example


Text Example

White with #B42DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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