Html Css Color HEX #B208A3 Medium Violet Red

📋 copy color: '#B208A3'

red 178 ◦ green 8 ◦ blue 163

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

Shades of Medium Violet Red #B208A3

Tints of Medium Violet Red #B208A3

RGB

 RED value IS 178 (69.92% from 255) = 51%

 GREEN value IS 8 (3.52% from 255) = 2.29%

 BLUE value IS 163 (64.06% from 255) = 46.7%

R = 51%
G = 2.29%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B208A3 (or 0xB208A3) is known color: Medium Violet Red. HEX triplet: B2, 08 and A3. RGB value is (178,8,163). Sum of RGB (Red+Green+Blue) = 178+8+163=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 163 (64.06% from 255 or 46.70% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B208A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B208A3 is #4DF75C. Grayscale: #4C4C4C. Windows color (decimal): -5109597 or 10684594. OLE color: 10684594.

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

Color convert

RGB 178 8 163 -
CMYK 0 0.96 0.08 0.30
HSL 305.29º 0.91% 0.36% -
HSV(B) 305.29º 0.96% 0.7% -
XYZ 25.06 12.28 35.7 -
YUV 76.5 176.82 200.4 -
System Red Green Blue C M Y K H S L
Decimal 178 8 163 0 0.96 0.08 0.30 305.29 0.91 0.36
Hex B2 8 A3 0 60 8 1E 131 5B 24
Octal 262 10 243 0 140 10 36 461 133 44
Binary 10110010 1000 10100011 0 1100000 1000 11110 100110001 1011011 100100

Color Harmonies of #B208A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B208A3

Black with #B208A3

Text Example


Text Example

White with #B208A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B208A3; }

 p { color: rgb(178,8,163); }

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

background-color css

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

 a { background-color: rgb(178,8,163); }

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

border-color css

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

 span { border-color: rgb(178,8,163); }

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