Html Css Color HEX #B42DCE Dark Orchid

📋 copy color: '#B42DCE'

red 180 ◦ green 45 ◦ blue 206

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

Shades of Dark Orchid #B42DCE

Tints of Dark Orchid #B42DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 41.76%
G = 10.44%
B = 47.8%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B42DCE (or 0xB42DCE) is known color: Dark Orchid. HEX triplet: B4, 2D and CE. RGB value is (180,45,206). Sum of RGB (Red+Green+Blue) = 180+45+206=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #B42DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DCE is #4BD231. Grayscale: #676767. Windows color (decimal): -4969010 or 13512116. OLE color: 13512116.

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

Color convert

RGB 180 45 206 -
CMYK 0.13 0.78 0 0.19
HSL 290.31º 0.64% 0.49% -
HSV(B) 290.31º 0.78% 0.81% -
XYZ 30.9 16.04 59.86 -
YUV 103.72 185.73 182.41 -
System Red Green Blue C M Y K H S L
Decimal 180 45 206 0.13 0.78 0 0.19 290.31 0.64 0.49
Hex B4 2D CE D 4E 0 13 122 40 31
Octal 264 55 316 15 116 0 23 442 100 61
Binary 10110100 101101 11001110 1101 1001110 0 10011 100100010 1000000 110001

Color Harmonies of #B42DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DCE

Black with #B42DCE

Text Example


Text Example

White with #B42DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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