Html Css Color HEX #B532FB Blue Violet

📋 copy color: '#B532FB'

red 181 ◦ green 50 ◦ blue 251

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

Shades of Blue Violet #B532FB

Tints of Blue Violet #B532FB

RGB

 RED value IS 181 (71.09% from 255) = 37.55%

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

 BLUE value IS 251 (98.44% from 255) = 52.07%

R = 37.55%
G = 10.37%
B = 52.07%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B532FB (or 0xB532FB) is known color: Blue Violet. HEX triplet: B5, 32 and FB. RGB value is (181,50,251). Sum of RGB (Red+Green+Blue) = 181+50+251=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #B532FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B532FB is #4ACD04. Grayscale: #6F6F6F. Windows color (decimal): -4902149 or 16462517. OLE color: 16462517.

HSL color Cylindrical-coordinate representation of color #B532FB: hue angle of 279.1º degrees, saturation: 0.96, 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 #B532FB is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 50 251 -
CMYK 0.28 0.80 0 0.02
HSL 279.1º 0.96% 0.59% -
HSV(B) 279.1º 0.8% 0.98% -
XYZ 37.61 19.07 92.97 -
YUV 112.08 206.4 177.16 -
System Red Green Blue C M Y K H S L
Decimal 181 50 251 0.28 0.80 0 0.02 279.1 0.96 0.59
Hex B5 32 FB 1C 50 0 2 117 60 3B
Octal 265 62 373 34 120 0 2 427 140 73
Binary 10110101 110010 11111011 11100 1010000 0 10 100010111 1100000 111011

Color Harmonies of #B532FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532FB

Black with #B532FB

Text Example


Text Example

White with #B532FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532FB; }

 p { color: rgb(181,50,251); }

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

background-color css

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

 a { background-color: rgb(181,50,251); }

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

border-color css

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

 span { border-color: rgb(181,50,251); }

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