Html Css Color HEX #B12DFB Blue Violet

📋 copy color: '#B12DFB'

red 177 ◦ green 45 ◦ blue 251

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

Shades of Blue Violet #B12DFB

Tints of Blue Violet #B12DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.07%

R = 37.42%
G = 9.51%
B = 53.07%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B12DFB (or 0xB12DFB) is known color: Blue Violet. HEX triplet: B1, 2D and FB. RGB value is (177,45,251). Sum of RGB (Red+Green+Blue) = 177+45+251=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #B12DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12DFB is #4ED204. Grayscale: #6B6B6B. Windows color (decimal): -5165573 or 16461233. OLE color: 16461233.

HSL color Cylindrical-coordinate representation of color #B12DFB: hue angle of 278.45º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12DFB is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 45 251 -
CMYK 0.29 0.82 0 0.02
HSL 278.45º 0.96% 0.58% -
HSV(B) 278.45º 0.82% 0.98% -
XYZ 36.48 18.19 92.85 -
YUV 107.95 208.73 177.25 -
System Red Green Blue C M Y K H S L
Decimal 177 45 251 0.29 0.82 0 0.02 278.45 0.96 0.58
Hex B1 2D FB 1D 52 0 2 116 60 3A
Octal 261 55 373 35 122 0 2 426 140 72
Binary 10110001 101101 11111011 11101 1010010 0 10 100010110 1100000 111010

Color Harmonies of #B12DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12DFB

Black with #B12DFB

Text Example


Text Example

White with #B12DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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