Html Css Color HEX #B32EF2 Blue Violet

📋 copy color: '#B32EF2'

red 179 ◦ green 46 ◦ blue 242

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

Shades of Blue Violet #B32EF2

Tints of Blue Violet #B32EF2

RGB

 RED value IS 179 (70.31% from 255) = 38.33%

 GREEN value IS 46 (18.36% from 255) = 9.85%

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

R = 38.33%
G = 9.85%
B = 51.82%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B32EF2 (or 0xB32EF2) is known color: Blue Violet. HEX triplet: B3, 2E and F2. RGB value is (179,46,242). Sum of RGB (Red+Green+Blue) = 179+46+242=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 46 (18.36% from 255 or 9.85% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #B32EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32EF2 is #4CD10D. Grayscale: #6B6B6B. Windows color (decimal): -5034254 or 15871667. OLE color: 15871667.

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

Color convert

RGB 179 46 242 -
CMYK 0.26 0.81 0 0.05
HSL 280.71º 0.88% 0.56% -
HSV(B) 280.71º 0.81% 0.95% -
XYZ 35.59 17.95 85.59 -
YUV 108.11 203.56 178.56 -
System Red Green Blue C M Y K H S L
Decimal 179 46 242 0.26 0.81 0 0.05 280.71 0.88 0.56
Hex B3 2E F2 1A 51 0 5 119 58 38
Octal 263 56 362 32 121 0 5 431 130 70
Binary 10110011 101110 11110010 11010 1010001 0 101 100011001 1011000 111000

Color Harmonies of #B32EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32EF2

Black with #B32EF2

Text Example


Text Example

White with #B32EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32EF2; }

 p { color: rgb(179,46,242); }

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

background-color css

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

 a { background-color: rgb(179,46,242); }

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

border-color css

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

 span { border-color: rgb(179,46,242); }

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