Html Css Color HEX #B338A2 Medium Red Violet

📋 copy color: '#B338A2'

red 179 ◦ green 56 ◦ blue 162

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

Shades of Medium Red Violet #B338A2

Tints of Medium Red Violet #B338A2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.11%

 BLUE value IS 162 (63.67% from 255) = 40.81%

R = 45.09%
G = 14.11%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B338A2 (or 0xB338A2) is known color: Medium Red Violet. HEX triplet: B3, 38 and A2. RGB value is (179,56,162). Sum of RGB (Red+Green+Blue) = 179+56+162=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B338A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B338A2 is #4CC75D. Grayscale: #686868. Windows color (decimal): -5031774 or 10631347. OLE color: 10631347.

HSL color Cylindrical-coordinate representation of color #B338A2: hue angle of 308.29º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B338A2 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 56 162 -
CMYK 0 0.69 0.09 0.30
HSL 308.29º 0.52% 0.46% -
HSV(B) 308.29º 0.69% 0.7% -
XYZ 26.53 15.02 35.68 -
YUV 104.86 160.25 180.88 -
System Red Green Blue C M Y K H S L
Decimal 179 56 162 0 0.69 0.09 0.30 308.29 0.52 0.46
Hex B3 38 A2 0 45 9 1E 134 34 2E
Octal 263 70 242 0 105 11 36 464 64 56
Binary 10110011 111000 10100010 0 1000101 1001 11110 100110100 110100 101110

Color Harmonies of #B338A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B338A2

Black with #B338A2

Text Example


Text Example

White with #B338A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B338A2; }

 p { color: rgb(179,56,162); }

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

background-color css

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

 a { background-color: rgb(179,56,162); }

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

border-color css

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

 span { border-color: rgb(179,56,162); }

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