Html Css Color HEX #B12FFF Blue Violet

📋 copy color: '#B12FFF'

red 177 ◦ green 47 ◦ blue 255

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

Shades of Blue Violet #B12FFF

Tints of Blue Violet #B12FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.24%

R = 36.95%
G = 9.81%
B = 53.24%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B12FFF (or 0xB12FFF) is known color: Blue Violet. HEX triplet: B1, 2F and FF. RGB value is (177,47,255). Sum of RGB (Red+Green+Blue) = 177+47+255=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 47 (18.75% from 255 or 9.81% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #B12FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12FFF is #4ED000. Grayscale: #6C6C6C. Windows color (decimal): -5165057 or 16723889. OLE color: 16723889.

HSL color Cylindrical-coordinate representation of color #B12FFF: hue angle of 277.5º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12FFF is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 47 255 -
CMYK 0.31 0.82 0 0
HSL 277.5º 1% 0.59% -
HSV(B) 277.5º 0.82% 1% -
XYZ 37.2 18.6 96.24 -
YUV 109.58 210.07 176.09 -
System Red Green Blue C M Y K H S L
Decimal 177 47 255 0.31 0.82 0 0 277.5 1 0.59
Hex B1 2F FF 1F 52 0 0 116 64 3B
Octal 261 57 377 37 122 0 0 426 144 73
Binary 10110001 101111 11111111 11111 1010010 0 0 100010110 1100100 111011

Color Harmonies of #B12FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12FFF

Black with #B12FFF

Text Example


Text Example

White with #B12FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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