Html Css Color HEX #B2008A Medium Violet Red

📋 copy color: '#B2008A'

red 178 ◦ green 0 ◦ blue 138

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

Shades of Medium Violet Red #B2008A

Tints of Medium Violet Red #B2008A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 138 (54.3% from 255) = 43.67%

R = 56.33%
G = 0%
B = 43.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2008A (or 0xB2008A) is known color: Medium Violet Red. HEX triplet: B2, 00 and 8A. RGB value is (178,0,138). Sum of RGB (Red+Green+Blue) = 178+0+138=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B2008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2008A is #4DFF75. Grayscale: #444444. Windows color (decimal): -5111670 or 9044146. OLE color: 9044146.

HSL color Cylindrical-coordinate representation of color #B2008A: hue angle of 313.48º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2008A is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 138 -
CMYK 0 1 0.22 0.30
HSL 313.48º 1% 0.35% -
HSV(B) 313.48º 1% 0.7% -
XYZ 22.95 11.3 25.02 -
YUV 68.95 166.97 205.78 -
System Red Green Blue C M Y K H S L
Decimal 178 0 138 0 1 0.22 0.30 313.48 1 0.35
Hex B2 0 8A 0 64 16 1E 139 64 23
Octal 262 0 212 0 144 26 36 471 144 43
Binary 10110010 0 10001010 0 1100100 10110 11110 100111001 1100100 100011

Color Harmonies of #B2008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2008A

Black with #B2008A

Text Example


Text Example

White with #B2008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2008A; }

 p { color: rgb(178,0,138); }

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

background-color css

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

 a { background-color: rgb(178,0,138); }

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

border-color css

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

 span { border-color: rgb(178,0,138); }

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