Html Css Color HEX #B12FFD Blue Violet

📋 copy color: '#B12FFD'

red 177 ◦ green 47 ◦ blue 253

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

Shades of Blue Violet #B12FFD

Tints of Blue Violet #B12FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.04%

R = 37.11%
G = 9.85%
B = 53.04%

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

#B12FFD (or 0xB12FFD) is known color: Blue Violet. HEX triplet: B1, 2F and FD. RGB value is (177,47,253). Sum of RGB (Red+Green+Blue) = 177+47+253=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 47 (18.75% from 255 or 9.85% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #B12FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12FFD is #4ED002. Grayscale: #6C6C6C. Windows color (decimal): -5165059 or 16592817. OLE color: 16592817.

HSL color Cylindrical-coordinate representation of color #B12FFD: hue angle of 277.86º degrees, saturation: 0.98, 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 #B12FFD is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 47 253 -
CMYK 0.30 0.81 0 0.01
HSL 277.86º 0.98% 0.59% -
HSV(B) 277.86º 0.81% 0.99% -
XYZ 36.88 18.47 94.55 -
YUV 109.35 209.07 176.25 -
System Red Green Blue C M Y K H S L
Decimal 177 47 253 0.30 0.81 0 0.01 277.86 0.98 0.59
Hex B1 2F FD 1E 51 0 1 116 62 3B
Octal 261 57 375 36 121 0 1 426 142 73
Binary 10110001 101111 11111101 11110 1010001 0 1 100010110 1100010 111011

Color Harmonies of #B12FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12FFD

Black with #B12FFD

Text Example


Text Example

White with #B12FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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