Html Css Color HEX #B334F5 Blue Violet

📋 copy color: '#B334F5'

red 179 ◦ green 52 ◦ blue 245

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

Shades of Blue Violet #B334F5

Tints of Blue Violet #B334F5

RGB

 RED value IS 179 (70.31% from 255) = 37.61%

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

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

R = 37.61%
G = 10.92%
B = 51.47%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B334F5 (or 0xB334F5) is known color: Blue Violet. HEX triplet: B3, 34 and F5. RGB value is (179,52,245). Sum of RGB (Red+Green+Blue) = 179+52+245=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 52 (20.70% from 255 or 10.92% from 476); Blue value is 245 (96.09% from 255 or 51.47% from 476); Max value from RGB is 245 - color contains mainly: blue. Hex color #B334F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B334F5 is #4CCB0A. Grayscale: #6F6F6F. Windows color (decimal): -5032715 or 16069811. OLE color: 16069811.

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

Color convert

RGB 179 52 245 -
CMYK 0.27 0.79 0 0.04
HSL 279.48º 0.91% 0.58% -
HSV(B) 279.48º 0.79% 0.96% -
XYZ 36.3 18.63 88.07 -
YUV 111.98 203.08 175.81 -
System Red Green Blue C M Y K H S L
Decimal 179 52 245 0.27 0.79 0 0.04 279.48 0.91 0.58
Hex B3 34 F5 1B 4F 0 4 117 5B 3A
Octal 263 64 365 33 117 0 4 427 133 72
Binary 10110011 110100 11110101 11011 1001111 0 100 100010111 1011011 111010

Color Harmonies of #B334F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334F5

Black with #B334F5

Text Example


Text Example

White with #B334F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334F5; }

 p { color: rgb(179,52,245); }

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

background-color css

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

 a { background-color: rgb(179,52,245); }

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

border-color css

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

 span { border-color: rgb(179,52,245); }

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