Html Css Color HEX #B537FF Blue Violet

📋 copy color: '#B537FF'

red 181 ◦ green 55 ◦ blue 255

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

Shades of Blue Violet #B537FF

Tints of Blue Violet #B537FF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.2%

 BLUE value IS 255 (100% from 255) = 51.93%

R = 36.86%
G = 11.2%
B = 51.93%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B537FF (or 0xB537FF) is known color: Blue Violet. HEX triplet: B5, 37 and FF. RGB value is (181,55,255). Sum of RGB (Red+Green+Blue) = 181+55+255=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 55 (21.88% from 255 or 11.20% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #B537FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B537FF is #4AC800. Grayscale: #727272. Windows color (decimal): -4900865 or 16725941. OLE color: 16725941.

HSL color Cylindrical-coordinate representation of color #B537FF: hue angle of 277.8º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B537FF is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 55 255 -
CMYK 0.29 0.78 0 0
HSL 277.8º 1% 0.61% -
HSV(B) 277.8º 0.78% 1% -
XYZ 38.47 19.78 96.4 -
YUV 115.47 206.74 174.74 -
System Red Green Blue C M Y K H S L
Decimal 181 55 255 0.29 0.78 0 0 277.8 1 0.61
Hex B5 37 FF 1D 4E 0 0 116 64 3D
Octal 265 67 377 35 116 0 0 426 144 75
Binary 10110101 110111 11111111 11101 1001110 0 0 100010110 1100100 111101

Color Harmonies of #B537FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B537FF

Black with #B537FF

Text Example


Text Example

White with #B537FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B537FF; }

 p { color: rgb(181,55,255); }

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

background-color css

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

 a { background-color: rgb(181,55,255); }

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

border-color css

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

 span { border-color: rgb(181,55,255); }

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