Html Css Color HEX #B032FA Blue Violet

📋 copy color: '#B032FA'

red 176 ◦ green 50 ◦ blue 250

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

Shades of Blue Violet #B032FA

Tints of Blue Violet #B032FA

RGB

 RED value IS 176 (69.14% from 255) = 36.97%

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

 BLUE value IS 250 (98.05% from 255) = 52.52%

R = 36.97%
G = 10.5%
B = 52.52%

CMYK

 C value IS 0.30

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B032FA (or 0xB032FA) is known color: Blue Violet. HEX triplet: B0, 32 and FA. RGB value is (176,50,250). Sum of RGB (Red+Green+Blue) = 176+50+250=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #B032FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B032FA is #4FCD05. Grayscale: #6D6D6D. Windows color (decimal): -5229830 or 16396976. OLE color: 16396976.

HSL color Cylindrical-coordinate representation of color #B032FA: hue angle of 277.8º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B032FA is Cyan = 0.30, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 50 250 -
CMYK 0.30 0.8 0 0.02
HSL 277.8º 0.95% 0.59% -
HSV(B) 277.8º 0.8% 0.98% -
XYZ 36.3 18.41 92.08 -
YUV 110.47 206.74 174.74 -
System Red Green Blue C M Y K H S L
Decimal 176 50 250 0.30 0.8 0 0.02 277.8 0.95 0.59
Hex B0 32 FA 1E 50 0 2 116 5F 3B
Octal 260 62 372 36 120 0 2 426 137 73
Binary 10110000 110010 11111010 11110 1010000 0 10 100010110 1011111 111011

Color Harmonies of #B032FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B032FA

Black with #B032FA

Text Example


Text Example

White with #B032FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B032FA; }

 p { color: rgb(176,50,250); }

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

background-color css

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

 a { background-color: rgb(176,50,250); }

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

border-color css

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

 span { border-color: rgb(176,50,250); }

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