Html Css Color HEX #B42ADB Dark Orchid

📋 copy color: '#B42ADB'

red 180 ◦ green 42 ◦ blue 219

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

Shades of Dark Orchid #B42ADB

Tints of Dark Orchid #B42ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 40.82%
G = 9.52%
B = 49.66%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B42ADB (or 0xB42ADB) is known color: Dark Orchid. HEX triplet: B4, 2A and DB. RGB value is (180,42,219). Sum of RGB (Red+Green+Blue) = 180+42+219=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #B42ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42ADB is #4BD524. Grayscale: #666666. Windows color (decimal): -4969765 or 14363316. OLE color: 14363316.

HSL color Cylindrical-coordinate representation of color #B42ADB: hue angle of 286.78º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42ADB is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 42 219 -
CMYK 0.18 0.81 0 0.14
HSL 286.78º 0.71% 0.51% -
HSV(B) 286.78º 0.81% 0.86% -
XYZ 32.44 16.47 68.49 -
YUV 103.44 193.22 182.61 -
System Red Green Blue C M Y K H S L
Decimal 180 42 219 0.18 0.81 0 0.14 286.78 0.71 0.51
Hex B4 2A DB 12 51 0 E 11F 47 33
Octal 264 52 333 22 121 0 16 437 107 63
Binary 10110100 101010 11011011 10010 1010001 0 1110 100011111 1000111 110011

Color Harmonies of #B42ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42ADB

Black with #B42ADB

Text Example


Text Example

White with #B42ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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