Html Css Color HEX #B207A5 Medium Violet Red

📋 copy color: '#B207A5'

red 178 ◦ green 7 ◦ blue 165

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

Shades of Medium Violet Red #B207A5

Tints of Medium Violet Red #B207A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 47.14%

R = 50.86%
G = 2%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B207A5 (or 0xB207A5) is known color: Medium Violet Red. HEX triplet: B2, 07 and A5. RGB value is (178,7,165). Sum of RGB (Red+Green+Blue) = 178+7+165=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 165 (64.84% from 255 or 47.14% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B207A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B207A5 is #4DF85A. Grayscale: #4B4B4B. Windows color (decimal): -5109851 or 10815410. OLE color: 10815410.

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

Color convert

RGB 178 7 165 -
CMYK 0 0.96 0.07 0.30
HSL 304.56º 0.92% 0.36% -
HSV(B) 304.56º 0.96% 0.7% -
XYZ 25.23 12.33 36.65 -
YUV 76.14 178.15 200.65 -
System Red Green Blue C M Y K H S L
Decimal 178 7 165 0 0.96 0.07 0.30 304.56 0.92 0.36
Hex B2 7 A5 0 60 7 1E 131 5C 24
Octal 262 7 245 0 140 7 36 461 134 44
Binary 10110010 111 10100101 0 1100000 111 11110 100110001 1011100 100100

Color Harmonies of #B207A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B207A5

Black with #B207A5

Text Example


Text Example

White with #B207A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B207A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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