Html Css Color HEX #B42DCD Dark Orchid

📋 copy color: '#B42DCD'

red 180 ◦ green 45 ◦ blue 205

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

Shades of Dark Orchid #B42DCD

Tints of Dark Orchid #B42DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 41.86%
G = 10.47%
B = 47.67%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B42DCD (or 0xB42DCD) is known color: Dark Orchid. HEX triplet: B4, 2D and CD. RGB value is (180,45,205). Sum of RGB (Red+Green+Blue) = 180+45+205=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #B42DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DCD is #4BD232. Grayscale: #676767. Windows color (decimal): -4969011 or 13446580. OLE color: 13446580.

HSL color Cylindrical-coordinate representation of color #B42DCD: hue angle of 290.62º 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 #B42DCD is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 45 205 -
CMYK 0.12 0.78 0 0.20
HSL 290.63º 0.64% 0.49% -
HSV(B) 290.63º 0.78% 0.8% -
XYZ 30.78 15.99 59.22 -
YUV 103.61 185.23 182.49 -
System Red Green Blue C M Y K H S L
Decimal 180 45 205 0.12 0.78 0 0.20 290.63 0.64 0.49
Hex B4 2D CD C 4E 0 14 123 40 31
Octal 264 55 315 14 116 0 24 443 100 61
Binary 10110100 101101 11001101 1100 1001110 0 10100 100100011 1000000 110001

Color Harmonies of #B42DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42DCD

Black with #B42DCD

Text Example


Text Example

White with #B42DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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