Html Css Color HEX #B52FF5 Blue Violet

📋 copy color: '#B52FF5'

red 181 ◦ green 47 ◦ blue 245

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

Shades of Blue Violet #B52FF5

Tints of Blue Violet #B52FF5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.94%

 BLUE value IS 245 (96.09% from 255) = 51.8%

R = 38.27%
G = 9.94%
B = 51.8%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B52FF5 (or 0xB52FF5) is known color: Blue Violet. HEX triplet: B5, 2F and F5. RGB value is (181,47,245). Sum of RGB (Red+Green+Blue) = 181+47+245=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #B52FF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52FF5 is #4AD00A. Grayscale: #6C6C6C. Windows color (decimal): -4902923 or 16068533. OLE color: 16068533.

HSL color Cylindrical-coordinate representation of color #B52FF5: hue angle of 280.61º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52FF5 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 47 245 -
CMYK 0.26 0.81 0 0.04
HSL 280.61º 0.91% 0.57% -
HSV(B) 280.61º 0.81% 0.96% -
XYZ 36.55 18.45 88.02 -
YUV 109.64 204.39 178.9 -
System Red Green Blue C M Y K H S L
Decimal 181 47 245 0.26 0.81 0 0.04 280.61 0.91 0.57
Hex B5 2F F5 1A 51 0 4 119 5B 39
Octal 265 57 365 32 121 0 4 431 133 71
Binary 10110101 101111 11110101 11010 1010001 0 100 100011001 1011011 111001

Color Harmonies of #B52FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52FF5

Black with #B52FF5

Text Example


Text Example

White with #B52FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52FF5; }

 p { color: rgb(181,47,245); }

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

background-color css

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

 a { background-color: rgb(181,47,245); }

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

border-color css

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

 span { border-color: rgb(181,47,245); }

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