Html Css Color HEX #B12ECE Dark Orchid

📋 copy color: '#B12ECE'

red 177 ◦ green 46 ◦ blue 206

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

Shades of Dark Orchid #B12ECE

Tints of Dark Orchid #B12ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 41.26%
G = 10.72%
B = 48.02%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B12ECE (or 0xB12ECE) is known color: Dark Orchid. HEX triplet: B1, 2E and CE. RGB value is (177,46,206). Sum of RGB (Red+Green+Blue) = 177+46+206=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #B12ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12ECE is #4ED131. Grayscale: #666666. Windows color (decimal): -5165362 or 13512369. OLE color: 13512369.

HSL color Cylindrical-coordinate representation of color #B12ECE: hue angle of 289.12º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12ECE is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 46 206 -
CMYK 0.14 0.78 0 0.19
HSL 289.13º 0.63% 0.49% -
HSV(B) 289.13º 0.78% 0.81% -
XYZ 30.25 15.76 59.84 -
YUV 103.41 185.9 180.49 -
System Red Green Blue C M Y K H S L
Decimal 177 46 206 0.14 0.78 0 0.19 289.13 0.63 0.49
Hex B1 2E CE E 4E 0 13 121 3F 31
Octal 261 56 316 16 116 0 23 441 77 61
Binary 10110001 101110 11001110 1110 1001110 0 10011 100100001 111111 110001

Color Harmonies of #B12ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12ECE

Black with #B12ECE

Text Example


Text Example

White with #B12ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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