Html Css Color HEX #B12EEB Dark Orchid

📋 copy color: '#B12EEB'

red 177 ◦ green 46 ◦ blue 235

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

Shades of Dark Orchid #B12EEB

Tints of Dark Orchid #B12EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.31%

R = 38.65%
G = 10.04%
B = 51.31%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B12EEB (or 0xB12EEB) is known color: Dark Orchid. HEX triplet: B1, 2E and EB. RGB value is (177,46,235). Sum of RGB (Red+Green+Blue) = 177+46+235=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #B12EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12EEB is #4ED114. Grayscale: #6A6A6A. Windows color (decimal): -5165333 or 15412913. OLE color: 15412913.

HSL color Cylindrical-coordinate representation of color #B12EEB: hue angle of 281.59º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12EEB is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 46 235 -
CMYK 0.25 0.80 0 0.08
HSL 281.59º 0.83% 0.55% -
HSV(B) 281.59º 0.8% 0.92% -
XYZ 34.1 17.3 80.14 -
YUV 106.72 200.4 178.13 -
System Red Green Blue C M Y K H S L
Decimal 177 46 235 0.25 0.80 0 0.08 281.59 0.83 0.55
Hex B1 2E EB 19 50 0 8 11A 53 37
Octal 261 56 353 31 120 0 10 432 123 67
Binary 10110001 101110 11101011 11001 1010000 0 1000 100011010 1010011 110111

Color Harmonies of #B12EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12EEB

Black with #B12EEB

Text Example


Text Example

White with #B12EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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