Html Css Color HEX #B12DF6 Blue Violet

📋 copy color: '#B12DF6'

red 177 ◦ green 45 ◦ blue 246

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

Shades of Blue Violet #B12DF6

Tints of Blue Violet #B12DF6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.62%

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

R = 37.82%
G = 9.62%
B = 52.56%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B12DF6 (or 0xB12DF6) is known color: Blue Violet. HEX triplet: B1, 2D and F6. RGB value is (177,45,246). Sum of RGB (Red+Green+Blue) = 177+45+246=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #B12DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12DF6 is #4ED209. Grayscale: #6A6A6A. Windows color (decimal): -5165578 or 16133553. OLE color: 16133553.

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

Color convert

RGB 177 45 246 -
CMYK 0.28 0.82 0 0.04
HSL 279.4º 0.92% 0.57% -
HSV(B) 279.4º 0.82% 0.96% -
XYZ 35.7 17.88 88.76 -
YUV 107.38 206.23 177.66 -
System Red Green Blue C M Y K H S L
Decimal 177 45 246 0.28 0.82 0 0.04 279.4 0.92 0.57
Hex B1 2D F6 1C 52 0 4 117 5C 39
Octal 261 55 366 34 122 0 4 427 134 71
Binary 10110001 101101 11110110 11100 1010010 0 100 100010111 1011100 111001

Color Harmonies of #B12DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12DF6

Black with #B12DF6

Text Example


Text Example

White with #B12DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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