Html Css Color HEX #B334A4 Medium Red Violet

📋 copy color: '#B334A4'

red 179 ◦ green 52 ◦ blue 164

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

Shades of Medium Red Violet #B334A4

Tints of Medium Red Violet #B334A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.52%

R = 45.32%
G = 13.16%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B334A4 (or 0xB334A4) is known color: Medium Red Violet. HEX triplet: B3, 34 and A4. RGB value is (179,52,164). Sum of RGB (Red+Green+Blue) = 179+52+164=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B334A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B334A4 is #4CCB5B. Grayscale: #666666. Windows color (decimal): -5032796 or 10761395. OLE color: 10761395.

HSL color Cylindrical-coordinate representation of color #B334A4: hue angle of 307.09º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B334A4 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 52 164 -
CMYK 0 0.71 0.08 0.30
HSL 307.09º 0.55% 0.45% -
HSV(B) 307.09º 0.71% 0.7% -
XYZ 26.52 14.72 36.57 -
YUV 102.74 162.58 182.39 -
System Red Green Blue C M Y K H S L
Decimal 179 52 164 0 0.71 0.08 0.30 307.09 0.55 0.45
Hex B3 34 A4 0 47 8 1E 133 37 2D
Octal 263 64 244 0 107 10 36 463 67 55
Binary 10110011 110100 10100100 0 1000111 1000 11110 100110011 110111 101101

Color Harmonies of #B334A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334A4

Black with #B334A4

Text Example


Text Example

White with #B334A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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