Html Css Color HEX #B12EF2 Blue Violet

📋 copy color: '#B12EF2'

red 177 ◦ green 46 ◦ blue 242

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

Shades of Blue Violet #B12EF2

Tints of Blue Violet #B12EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 52.04%

R = 38.06%
G = 9.89%
B = 52.04%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B12EF2 (or 0xB12EF2) is known color: Blue Violet. HEX triplet: B1, 2E and F2. RGB value is (177,46,242). Sum of RGB (Red+Green+Blue) = 177+46+242=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #B12EF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12EF2 is #4ED10D. Grayscale: #6A6A6A. Windows color (decimal): -5165326 or 15871665. OLE color: 15871665.

HSL color Cylindrical-coordinate representation of color #B12EF2: hue angle of 280.1º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12EF2 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 46 242 -
CMYK 0.27 0.81 0 0.05
HSL 280.1º 0.88% 0.56% -
HSV(B) 280.1º 0.81% 0.95% -
XYZ 35.14 17.71 85.57 -
YUV 107.51 203.9 177.56 -
System Red Green Blue C M Y K H S L
Decimal 177 46 242 0.27 0.81 0 0.05 280.1 0.88 0.56
Hex B1 2E F2 1B 51 0 5 118 58 38
Octal 261 56 362 33 121 0 5 430 130 70
Binary 10110001 101110 11110010 11011 1010001 0 101 100011000 1011000 111000

Color Harmonies of #B12EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12EF2

Black with #B12EF2

Text Example


Text Example

White with #B12EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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