Html Css Color HEX #B534F8 Blue Violet

📋 copy color: '#B534F8'

red 181 ◦ green 52 ◦ blue 248

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

Shades of Blue Violet #B534F8

Tints of Blue Violet #B534F8

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.81%

 BLUE value IS 248 (97.27% from 255) = 51.56%

R = 37.63%
G = 10.81%
B = 51.56%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B534F8 (or 0xB534F8) is known color: Blue Violet. HEX triplet: B5, 34 and F8. RGB value is (181,52,248). Sum of RGB (Red+Green+Blue) = 181+52+248=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 52 (20.70% from 255 or 10.81% from 481); Blue value is 248 (97.27% from 255 or 51.56% from 481); Max value from RGB is 248 - color contains mainly: blue. Hex color #B534F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B534F8 is #4ACB07. Grayscale: #707070. Windows color (decimal): -4901640 or 16266421. OLE color: 16266421.

HSL color Cylindrical-coordinate representation of color #B534F8: hue angle of 279.49º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B534F8 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 52 248 -
CMYK 0.27 0.79 0 0.03
HSL 279.49º 0.93% 0.59% -
HSV(B) 279.49º 0.79% 0.97% -
XYZ 37.23 19.06 90.52 -
YUV 112.92 204.24 176.56 -
System Red Green Blue C M Y K H S L
Decimal 181 52 248 0.27 0.79 0 0.03 279.49 0.93 0.59
Hex B5 34 F8 1B 4F 0 3 117 5D 3B
Octal 265 64 370 33 117 0 3 427 135 73
Binary 10110101 110100 11111000 11011 1001111 0 11 100010111 1011101 111011

Color Harmonies of #B534F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534F8

Black with #B534F8

Text Example


Text Example

White with #B534F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534F8; }

 p { color: rgb(181,52,248); }

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

background-color css

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

 a { background-color: rgb(181,52,248); }

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

border-color css

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

 span { border-color: rgb(181,52,248); }

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