Html Css Color HEX #B42ACD Dark Orchid

📋 copy color: '#B42ACD'

red 180 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #B42ACD

Tints of Dark Orchid #B42ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.84%

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

R = 42.15%
G = 9.84%
B = 48.01%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B42ACD (or 0xB42ACD) is known color: Dark Orchid. HEX triplet: B4, 2A and CD. RGB value is (180,42,205). Sum of RGB (Red+Green+Blue) = 180+42+205=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #B42ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42ACD is #4BD532. Grayscale: #656565. Windows color (decimal): -4969779 or 13445812. OLE color: 13445812.

HSL color Cylindrical-coordinate representation of color #B42ACD: hue angle of 290.8º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42ACD is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 42 205 -
CMYK 0.12 0.80 0 0.20
HSL 290.8º 0.66% 0.48% -
HSV(B) 290.8º 0.8% 0.8% -
XYZ 30.67 15.77 59.18 -
YUV 101.84 186.22 183.75 -
System Red Green Blue C M Y K H S L
Decimal 180 42 205 0.12 0.80 0 0.20 290.8 0.66 0.48
Hex B4 2A CD C 50 0 14 123 42 30
Octal 264 52 315 14 120 0 24 443 102 60
Binary 10110100 101010 11001101 1100 1010000 0 10100 100100011 1000010 110000

Color Harmonies of #B42ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42ACD

Black with #B42ACD

Text Example


Text Example

White with #B42ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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