Html Css Color HEX #B132FF Blue Violet

📋 copy color: '#B132FF'

red 177 ◦ green 50 ◦ blue 255

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

Shades of Blue Violet #B132FF

Tints of Blue Violet #B132FF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.37%

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

R = 36.72%
G = 10.37%
B = 52.9%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B132FF (or 0xB132FF) is known color: Blue Violet. HEX triplet: B1, 32 and FF. RGB value is (177,50,255). Sum of RGB (Red+Green+Blue) = 177+50+255=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #B132FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B132FF is #4ECD00. Grayscale: #6E6E6E. Windows color (decimal): -5164289 or 16724657. OLE color: 16724657.

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

Color convert

RGB 177 50 255 -
CMYK 0.31 0.80 0 0
HSL 277.17º 1% 0.6% -
HSV(B) 277.17º 0.8% 1% -
XYZ 37.32 18.85 96.28 -
YUV 111.34 209.08 174.83 -
System Red Green Blue C M Y K H S L
Decimal 177 50 255 0.31 0.80 0 0 277.17 1 0.6
Hex B1 32 FF 1F 50 0 0 115 64 3C
Octal 261 62 377 37 120 0 0 425 144 74
Binary 10110001 110010 11111111 11111 1010000 0 0 100010101 1100100 111100

Color Harmonies of #B132FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B132FF

Black with #B132FF

Text Example


Text Example

White with #B132FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B132FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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