Html Css Color HEX #B12EDB Dark Orchid

📋 copy color: '#B12EDB'

red 177 ◦ green 46 ◦ blue 219

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

Shades of Dark Orchid #B12EDB

Tints of Dark Orchid #B12EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.41%

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

R = 40.05%
G = 10.41%
B = 49.55%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B12EDB (or 0xB12EDB) is known color: Dark Orchid. HEX triplet: B1, 2E and DB. RGB value is (177,46,219). Sum of RGB (Red+Green+Blue) = 177+46+219=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #B12EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12EDB is #4ED124. Grayscale: #686868. Windows color (decimal): -5165349 or 14364337. OLE color: 14364337.

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

Color convert

RGB 177 46 219 -
CMYK 0.19 0.79 0 0.14
HSL 285.43º 0.71% 0.52% -
HSV(B) 285.43º 0.79% 0.86% -
XYZ 31.89 16.42 68.51 -
YUV 104.89 192.4 179.43 -
System Red Green Blue C M Y K H S L
Decimal 177 46 219 0.19 0.79 0 0.14 285.43 0.71 0.52
Hex B1 2E DB 13 4F 0 E 11D 47 34
Octal 261 56 333 23 117 0 16 435 107 64
Binary 10110001 101110 11011011 10011 1001111 0 1110 100011101 1000111 110100

Color Harmonies of #B12EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12EDB

Black with #B12EDB

Text Example


Text Example

White with #B12EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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