Html Css Color HEX #B208A2 Medium Violet Red

📋 copy color: '#B208A2'

red 178 ◦ green 8 ◦ blue 162

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

Shades of Medium Violet Red #B208A2

Tints of Medium Violet Red #B208A2

RGB

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

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

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

R = 51.15%
G = 2.3%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B208A2 (or 0xB208A2) is known color: Medium Violet Red. HEX triplet: B2, 08 and A2. RGB value is (178,8,162). Sum of RGB (Red+Green+Blue) = 178+8+162=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 162 (63.67% from 255 or 46.55% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B208A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B208A2 is #4DF75D. Grayscale: #4B4B4B. Windows color (decimal): -5109598 or 10619058. OLE color: 10619058.

HSL color Cylindrical-coordinate representation of color #B208A2: hue angle of 305.65º 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 #B208A2 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 8 162 -
CMYK 0 0.96 0.09 0.30
HSL 305.65º 0.91% 0.36% -
HSV(B) 305.65º 0.96% 0.7% -
XYZ 24.97 12.25 35.23 -
YUV 76.39 176.32 200.48 -
System Red Green Blue C M Y K H S L
Decimal 178 8 162 0 0.96 0.09 0.30 305.65 0.91 0.36
Hex B2 8 A2 0 60 9 1E 132 5B 24
Octal 262 10 242 0 140 11 36 462 133 44
Binary 10110010 1000 10100010 0 1100000 1001 11110 100110010 1011011 100100

Color Harmonies of #B208A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B208A2

Black with #B208A2

Text Example


Text Example

White with #B208A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B208A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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