Html Css Color HEX #B533FA Blue Violet

📋 copy color: '#B533FA'

red 181 ◦ green 51 ◦ blue 250

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

Shades of Blue Violet #B533FA

Tints of Blue Violet #B533FA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.58%

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

R = 37.55%
G = 10.58%
B = 51.87%

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

#B533FA (or 0xB533FA) is known color: Blue Violet. HEX triplet: B5, 33 and FA. RGB value is (181,51,250). Sum of RGB (Red+Green+Blue) = 181+51+250=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 51 (20.31% from 255 or 10.58% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #B533FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B533FA is #4ACC05. Grayscale: #6F6F6F. Windows color (decimal): -4901894 or 16397237. OLE color: 16397237.

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

Color convert

RGB 181 51 250 -
CMYK 0.28 0.80 0 0.02
HSL 279.2º 0.95% 0.59% -
HSV(B) 279.2º 0.8% 0.98% -
XYZ 37.5 19.09 92.15 -
YUV 112.56 205.57 176.82 -
System Red Green Blue C M Y K H S L
Decimal 181 51 250 0.28 0.80 0 0.02 279.2 0.95 0.59
Hex B5 33 FA 1C 50 0 2 117 5F 3B
Octal 265 63 372 34 120 0 2 427 137 73
Binary 10110101 110011 11111010 11100 1010000 0 10 100010111 1011111 111011

Color Harmonies of #B533FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B533FA

Black with #B533FA

Text Example


Text Example

White with #B533FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B533FA; }

 p { color: rgb(181,51,250); }

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

background-color css

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

 a { background-color: rgb(181,51,250); }

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

border-color css

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

 span { border-color: rgb(181,51,250); }

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