Html Css Color HEX #B12AF6 Blue Violet

📋 copy color: '#B12AF6'

red 177 ◦ green 42 ◦ blue 246

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

Shades of Blue Violet #B12AF6

Tints of Blue Violet #B12AF6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.03%

 BLUE value IS 246 (96.48% from 255) = 52.9%

R = 38.06%
G = 9.03%
B = 52.9%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B12AF6 (or 0xB12AF6) is known color: Blue Violet. HEX triplet: B1, 2A and F6. RGB value is (177,42,246). Sum of RGB (Red+Green+Blue) = 177+42+246=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 42 (16.80% from 255 or 9.03% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #B12AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12AF6 is #4ED509. Grayscale: #686868. Windows color (decimal): -5166346 or 16132785. OLE color: 16132785.

HSL color Cylindrical-coordinate representation of color #B12AF6: hue angle of 279.71º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B12AF6 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 42 246 -
CMYK 0.28 0.83 0 0.04
HSL 279.71º 0.92% 0.56% -
HSV(B) 279.71º 0.83% 0.96% -
XYZ 35.59 17.66 88.72 -
YUV 105.62 207.23 178.91 -
System Red Green Blue C M Y K H S L
Decimal 177 42 246 0.28 0.83 0 0.04 279.71 0.92 0.56
Hex B1 2A F6 1C 53 0 4 118 5C 38
Octal 261 52 366 34 123 0 4 430 134 70
Binary 10110001 101010 11110110 11100 1010011 0 100 100011000 1011100 111000

Color Harmonies of #B12AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12AF6

Black with #B12AF6

Text Example


Text Example

White with #B12AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12AF6; }

 p { color: rgb(177,42,246); }

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

background-color css

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

 a { background-color: rgb(177,42,246); }

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

border-color css

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

 span { border-color: rgb(177,42,246); }

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