Html Css Color HEX #B12FEE Dark Orchid

📋 copy color: '#B12FEE'

red 177 ◦ green 47 ◦ blue 238

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

Shades of Dark Orchid #B12FEE

Tints of Dark Orchid #B12FEE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.17%

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

R = 38.31%
G = 10.17%
B = 51.52%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B12FEE (or 0xB12FEE) is known color: Dark Orchid. HEX triplet: B1, 2F and EE. RGB value is (177,47,238). Sum of RGB (Red+Green+Blue) = 177+47+238=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #B12FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12FEE is #4ED011. Grayscale: #6B6B6B. Windows color (decimal): -5165074 or 15609777. OLE color: 15609777.

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

Color convert

RGB 177 47 238 -
CMYK 0.26 0.80 0 0.07
HSL 280.84º 0.85% 0.56% -
HSV(B) 280.84º 0.8% 0.93% -
XYZ 34.58 17.55 82.45 -
YUV 107.64 201.57 177.47 -
System Red Green Blue C M Y K H S L
Decimal 177 47 238 0.26 0.80 0 0.07 280.84 0.85 0.56
Hex B1 2F EE 1A 50 0 7 119 55 38
Octal 261 57 356 32 120 0 7 431 125 70
Binary 10110001 101111 11101110 11010 1010000 0 111 100011001 1010101 111000

Color Harmonies of #B12FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12FEE

Black with #B12FEE

Text Example


Text Example

White with #B12FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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