Html Css Color HEX #B538FF Blue Violet

📋 copy color: '#B538FF'

red 181 ◦ green 56 ◦ blue 255

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

Shades of Blue Violet #B538FF

Tints of Blue Violet #B538FF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.38%

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

R = 36.79%
G = 11.38%
B = 51.83%

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

#B538FF (or 0xB538FF) is known color: Blue Violet. HEX triplet: B5, 38 and FF. RGB value is (181,56,255). Sum of RGB (Red+Green+Blue) = 181+56+255=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 56 (22.27% from 255 or 11.38% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #B538FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B538FF is #4AC700. Grayscale: #737373. Windows color (decimal): -4900609 or 16726197. OLE color: 16726197.

HSL color Cylindrical-coordinate representation of color #B538FF: hue angle of 277.69º 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 #B538FF is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 56 255 -
CMYK 0.29 0.78 0 0
HSL 277.69º 1% 0.61% -
HSV(B) 277.69º 0.78% 1% -
XYZ 38.52 19.87 96.41 -
YUV 116.06 206.41 174.32 -
System Red Green Blue C M Y K H S L
Decimal 181 56 255 0.29 0.78 0 0 277.69 1 0.61
Hex B5 38 FF 1D 4E 0 0 116 64 3D
Octal 265 70 377 35 116 0 0 426 144 75
Binary 10110101 111000 11111111 11101 1001110 0 0 100010110 1100100 111101

Color Harmonies of #B538FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B538FF

Black with #B538FF

Text Example


Text Example

White with #B538FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B538FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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