Html Css Color HEX #B132F2 Blue Violet

📋 copy color: '#B132F2'

red 177 ◦ green 50 ◦ blue 242

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

Shades of Blue Violet #B132F2

Tints of Blue Violet #B132F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.6%

R = 37.74%
G = 10.66%
B = 51.6%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B132F2 (or 0xB132F2) is known color: Blue Violet. HEX triplet: B1, 32 and F2. RGB value is (177,50,242). Sum of RGB (Red+Green+Blue) = 177+50+242=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #B132F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B132F2 is #4ECD0D. Grayscale: #6D6D6D. Windows color (decimal): -5164302 or 15872689. OLE color: 15872689.

HSL color Cylindrical-coordinate representation of color #B132F2: hue angle of 279.69º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B132F2 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 50 242 -
CMYK 0.27 0.79 0 0.05
HSL 279.69º 0.88% 0.57% -
HSV(B) 279.69º 0.79% 0.95% -
XYZ 35.3 18.04 85.63 -
YUV 109.86 202.58 175.89 -
System Red Green Blue C M Y K H S L
Decimal 177 50 242 0.27 0.79 0 0.05 279.69 0.88 0.57
Hex B1 32 F2 1B 4F 0 5 118 58 39
Octal 261 62 362 33 117 0 5 430 130 71
Binary 10110001 110010 11110010 11011 1001111 0 101 100011000 1011000 111001

Color Harmonies of #B132F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B132F2

Black with #B132F2

Text Example


Text Example

White with #B132F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B132F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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