Html Css Color HEX #B12EEE Dark Orchid

📋 copy color: '#B12EEE'

red 177 ◦ green 46 ◦ blue 238

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

Shades of Dark Orchid #B12EEE

Tints of Dark Orchid #B12EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.63%

R = 38.39%
G = 9.98%
B = 51.63%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B12EEE (or 0xB12EEE) is known color: Dark Orchid. HEX triplet: B1, 2E and EE. RGB value is (177,46,238). Sum of RGB (Red+Green+Blue) = 177+46+238=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #B12EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12EEE is #4ED111. Grayscale: #6A6A6A. Windows color (decimal): -5165330 or 15609521. OLE color: 15609521.

HSL color Cylindrical-coordinate representation of color #B12EEE: hue angle of 280.94º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12EEE is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 46 238 -
CMYK 0.26 0.81 0 0.07
HSL 280.94º 0.85% 0.56% -
HSV(B) 280.94º 0.81% 0.93% -
XYZ 34.54 17.47 82.44 -
YUV 107.06 201.9 177.89 -
System Red Green Blue C M Y K H S L
Decimal 177 46 238 0.26 0.81 0 0.07 280.94 0.85 0.56
Hex B1 2E EE 1A 51 0 7 119 55 38
Octal 261 56 356 32 121 0 7 431 125 70
Binary 10110001 101110 11101110 11010 1010001 0 111 100011001 1010101 111000

Color Harmonies of #B12EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12EEE

Black with #B12EEE

Text Example


Text Example

White with #B12EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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