Html Css Color HEX #B12ADB Dark Orchid

📋 copy color: '#B12ADB'

red 177 ◦ green 42 ◦ blue 219

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

Shades of Dark Orchid #B12ADB

Tints of Dark Orchid #B12ADB

RGB

 RED value IS 177 (69.53% from 255) = 40.41%

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

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

R = 40.41%
G = 9.59%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B12ADB (or 0xB12ADB) is known color: Dark Orchid. HEX triplet: B1, 2A and DB. RGB value is (177,42,219). Sum of RGB (Red+Green+Blue) = 177+42+219=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #B12ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12ADB is #4ED524. Grayscale: #656565. Windows color (decimal): -5166373 or 14363313. OLE color: 14363313.

HSL color Cylindrical-coordinate representation of color #B12ADB: hue angle of 285.76º 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 #B12ADB is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 42 219 -
CMYK 0.19 0.81 0 0.14
HSL 285.76º 0.71% 0.51% -
HSV(B) 285.76º 0.81% 0.86% -
XYZ 31.75 16.12 68.46 -
YUV 102.54 193.73 181.11 -
System Red Green Blue C M Y K H S L
Decimal 177 42 219 0.19 0.81 0 0.14 285.76 0.71 0.51
Hex B1 2A DB 13 51 0 E 11E 47 33
Octal 261 52 333 23 121 0 16 436 107 63
Binary 10110001 101010 11011011 10011 1010001 0 1110 100011110 1000111 110011

Color Harmonies of #B12ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12ADB

Black with #B12ADB

Text Example


Text Example

White with #B12ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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