Html Css Color HEX #B12FFC Blue Violet

📋 copy color: '#B12FFC'

red 177 ◦ green 47 ◦ blue 252

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

Shades of Blue Violet #B12FFC

Tints of Blue Violet #B12FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.94%

R = 37.18%
G = 9.87%
B = 52.94%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B12FFC (or 0xB12FFC) is known color: Blue Violet. HEX triplet: B1, 2F and FC. RGB value is (177,47,252). Sum of RGB (Red+Green+Blue) = 177+47+252=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #B12FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12FFC is #4ED003. Grayscale: #6C6C6C. Windows color (decimal): -5165060 or 16527281. OLE color: 16527281.

HSL color Cylindrical-coordinate representation of color #B12FFC: hue angle of 278.05º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12FFC is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 47 252 -
CMYK 0.30 0.81 0 0.01
HSL 278.05º 0.97% 0.59% -
HSV(B) 278.05º 0.81% 0.99% -
XYZ 36.72 18.41 93.71 -
YUV 109.24 208.57 176.33 -
System Red Green Blue C M Y K H S L
Decimal 177 47 252 0.30 0.81 0 0.01 278.05 0.97 0.59
Hex B1 2F FC 1E 51 0 1 116 61 3B
Octal 261 57 374 36 121 0 1 426 141 73
Binary 10110001 101111 11111100 11110 1010001 0 1 100010110 1100001 111011

Color Harmonies of #B12FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12FFC

Black with #B12FFC

Text Example


Text Example

White with #B12FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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