Html Css Color HEX #B207A2 Medium Violet Red

📋 copy color: '#B207A2'

red 178 ◦ green 7 ◦ blue 162

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

Shades of Medium Violet Red #B207A2

Tints of Medium Violet Red #B207A2

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.02%

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

R = 51.3%
G = 2.02%
B = 46.69%

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

#B207A2 (or 0xB207A2) is known color: Medium Violet Red. HEX triplet: B2, 07 and A2. RGB value is (178,7,162). Sum of RGB (Red+Green+Blue) = 178+7+162=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B207A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B207A2 is #4DF85D. Grayscale: #4B4B4B. Windows color (decimal): -5109854 or 10618802. OLE color: 10618802.

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

Color convert

RGB 178 7 162 -
CMYK 0 0.96 0.09 0.30
HSL 305.61º 0.92% 0.36% -
HSV(B) 305.61º 0.96% 0.7% -
XYZ 24.96 12.23 35.23 -
YUV 75.8 176.65 200.9 -
System Red Green Blue C M Y K H S L
Decimal 178 7 162 0 0.96 0.09 0.30 305.61 0.92 0.36
Hex B2 7 A2 0 60 9 1E 132 5C 24
Octal 262 7 242 0 140 11 36 462 134 44
Binary 10110010 111 10100010 0 1100000 1001 11110 100110010 1011100 100100

Color Harmonies of #B207A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B207A2

Black with #B207A2

Text Example


Text Example

White with #B207A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B207A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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