Html Css Color HEX #B334FD Blue Violet

📋 copy color: '#B334FD'

red 179 ◦ green 52 ◦ blue 253

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

Shades of Blue Violet #B334FD

Tints of Blue Violet #B334FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.27%

R = 36.98%
G = 10.74%
B = 52.27%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B334FD (or 0xB334FD) is known color: Blue Violet. HEX triplet: B3, 34 and FD. RGB value is (179,52,253). Sum of RGB (Red+Green+Blue) = 179+52+253=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 52 (20.70% from 255 or 10.74% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #B334FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B334FD is #4CCB02. Grayscale: #707070. Windows color (decimal): -5032707 or 16594099. OLE color: 16594099.

HSL color Cylindrical-coordinate representation of color #B334FD: hue angle of 277.91º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B334FD is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 52 253 -
CMYK 0.29 0.79 0 0.01
HSL 277.91º 0.98% 0.6% -
HSV(B) 277.91º 0.79% 0.99% -
XYZ 37.55 19.13 94.64 -
YUV 112.89 207.08 175.16 -
System Red Green Blue C M Y K H S L
Decimal 179 52 253 0.29 0.79 0 0.01 277.91 0.98 0.6
Hex B3 34 FD 1D 4F 0 1 116 62 3C
Octal 263 64 375 35 117 0 1 426 142 74
Binary 10110011 110100 11111101 11101 1001111 0 1 100010110 1100010 111100

Color Harmonies of #B334FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334FD

Black with #B334FD

Text Example


Text Example

White with #B334FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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