Html Css Color HEX #B32CF2 Blue Violet

📋 copy color: '#B32CF2'

red 179 ◦ green 44 ◦ blue 242

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

Shades of Blue Violet #B32CF2

Tints of Blue Violet #B32CF2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.46%

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

R = 38.49%
G = 9.46%
B = 52.04%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B32CF2 (or 0xB32CF2) is known color: Blue Violet. HEX triplet: B3, 2C and F2. RGB value is (179,44,242). Sum of RGB (Red+Green+Blue) = 179+44+242=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #B32CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32CF2 is #4CD30D. Grayscale: #6A6A6A. Windows color (decimal): -5034766 or 15871155. OLE color: 15871155.

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

Color convert

RGB 179 44 242 -
CMYK 0.26 0.82 0 0.05
HSL 280.91º 0.88% 0.56% -
HSV(B) 280.91º 0.82% 0.95% -
XYZ 35.52 17.8 85.57 -
YUV 106.94 204.23 179.4 -
System Red Green Blue C M Y K H S L
Decimal 179 44 242 0.26 0.82 0 0.05 280.91 0.88 0.56
Hex B3 2C F2 1A 52 0 5 119 58 38
Octal 263 54 362 32 122 0 5 431 130 70
Binary 10110011 101100 11110010 11010 1010010 0 101 100011001 1011000 111000

Color Harmonies of #B32CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CF2

Black with #B32CF2

Text Example


Text Example

White with #B32CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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