Html Css Color HEX #B534F7 Blue Violet

📋 copy color: '#B534F7'

red 181 ◦ green 52 ◦ blue 247

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

Shades of Blue Violet #B534F7

Tints of Blue Violet #B534F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.46%

R = 37.71%
G = 10.83%
B = 51.46%

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

#B534F7 (or 0xB534F7) is known color: Blue Violet. HEX triplet: B5, 34 and F7. RGB value is (181,52,247). Sum of RGB (Red+Green+Blue) = 181+52+247=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 52 (20.70% from 255 or 10.83% from 480); Blue value is 247 (96.88% from 255 or 51.46% from 480); Max value from RGB is 247 - color contains mainly: blue. Hex color #B534F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B534F7 is #4ACB08. Grayscale: #707070. Windows color (decimal): -4901641 or 16200885. OLE color: 16200885.

HSL color Cylindrical-coordinate representation of color #B534F7: hue angle of 279.69º degrees, saturation: 0.92, 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 #B534F7 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 52 247 -
CMYK 0.27 0.79 0 0.03
HSL 279.69º 0.92% 0.59% -
HSV(B) 279.69º 0.79% 0.97% -
XYZ 37.07 19 89.71 -
YUV 112.8 203.74 176.64 -
System Red Green Blue C M Y K H S L
Decimal 181 52 247 0.27 0.79 0 0.03 279.69 0.92 0.59
Hex B5 34 F7 1B 4F 0 3 118 5C 3B
Octal 265 64 367 33 117 0 3 430 134 73
Binary 10110101 110100 11110111 11011 1001111 0 11 100011000 1011100 111011

Color Harmonies of #B534F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534F7

Black with #B534F7

Text Example


Text Example

White with #B534F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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