Html Css Color HEX #B12EDC Dark Orchid

📋 copy color: '#B12EDC'

red 177 ◦ green 46 ◦ blue 220

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

Shades of Dark Orchid #B12EDC

Tints of Dark Orchid #B12EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 39.95%
G = 10.38%
B = 49.66%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B12EDC (or 0xB12EDC) is known color: Dark Orchid. HEX triplet: B1, 2E and DC. RGB value is (177,46,220). Sum of RGB (Red+Green+Blue) = 177+46+220=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 46 (18.36% from 255 or 10.38% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #B12EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12EDC is #4ED123. Grayscale: #686868. Windows color (decimal): -5165348 or 14429873. OLE color: 14429873.

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

Color convert

RGB 177 46 220 -
CMYK 0.20 0.79 0 0.14
HSL 285.17º 0.71% 0.52% -
HSV(B) 285.17º 0.79% 0.86% -
XYZ 32.03 16.47 69.2 -
YUV 105.01 192.9 179.35 -
System Red Green Blue C M Y K H S L
Decimal 177 46 220 0.20 0.79 0 0.14 285.17 0.71 0.52
Hex B1 2E DC 14 4F 0 E 11D 47 34
Octal 261 56 334 24 117 0 16 435 107 64
Binary 10110001 101110 11011100 10100 1001111 0 1110 100011101 1000111 110100

Color Harmonies of #B12EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12EDC

Black with #B12EDC

Text Example


Text Example

White with #B12EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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