Html Css Color HEX #B2009A Medium Violet Red

📋 copy color: '#B2009A'

red 178 ◦ green 0 ◦ blue 154

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

Shades of Medium Violet Red #B2009A

Tints of Medium Violet Red #B2009A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.39%

R = 53.61%
G = 0%
B = 46.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2009A (or 0xB2009A) is known color: Medium Violet Red. HEX triplet: B2, 00 and 9A. RGB value is (178,0,154). Sum of RGB (Red+Green+Blue) = 178+0+154=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B2009A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2009A is #4DFF65. Grayscale: #464646. Windows color (decimal): -5111654 or 10092722. OLE color: 10092722.

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

Color convert

RGB 178 0 154 -
CMYK 0 1 0.13 0.30
HSL 308.09º 1% 0.35% -
HSV(B) 308.09º 1% 0.7% -
XYZ 24.19 11.8 31.57 -
YUV 70.78 174.97 204.48 -
System Red Green Blue C M Y K H S L
Decimal 178 0 154 0 1 0.13 0.30 308.09 1 0.35
Hex B2 0 9A 0 64 D 1E 134 64 23
Octal 262 0 232 0 144 15 36 464 144 43
Binary 10110010 0 10011010 0 1100100 1101 11110 100110100 1100100 100011

Color Harmonies of #B2009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2009A

Black with #B2009A

Text Example


Text Example

White with #B2009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2009A; }

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

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

background-color css

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

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

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

border-color css

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

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

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