Html Css Color HEX #B12BDB Dark Orchid

📋 copy color: '#B12BDB'

red 177 ◦ green 43 ◦ blue 219

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

Shades of Dark Orchid #B12BDB

Tints of Dark Orchid #B12BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.79%

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

R = 40.32%
G = 9.79%
B = 49.89%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B12BDB (or 0xB12BDB) is known color: Dark Orchid. HEX triplet: B1, 2B and DB. RGB value is (177,43,219). Sum of RGB (Red+Green+Blue) = 177+43+219=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 43 (17.19% from 255 or 9.79% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #B12BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12BDB is #4ED424. Grayscale: #666666. Windows color (decimal): -5166117 or 14363569. OLE color: 14363569.

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

Color convert

RGB 177 43 219 -
CMYK 0.19 0.80 0 0.14
HSL 285.68º 0.71% 0.51% -
HSV(B) 285.68º 0.8% 0.86% -
XYZ 31.78 16.19 68.47 -
YUV 103.13 193.39 180.69 -
System Red Green Blue C M Y K H S L
Decimal 177 43 219 0.19 0.80 0 0.14 285.68 0.71 0.51
Hex B1 2B DB 13 50 0 E 11E 47 33
Octal 261 53 333 23 120 0 16 436 107 63
Binary 10110001 101011 11011011 10011 1010000 0 1110 100011110 1000111 110011

Color Harmonies of #B12BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12BDB

Black with #B12BDB

Text Example


Text Example

White with #B12BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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