Html Css Color HEX #B8069A Medium Violet Red

📋 copy color: '#B8069A'

red 184 ◦ green 6 ◦ blue 154

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

Shades of Medium Violet Red #B8069A

Tints of Medium Violet Red #B8069A

RGB

 RED value IS 184 (72.27% from 255) = 53.49%

 GREEN value IS 6 (2.73% from 255) = 1.74%

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

R = 53.49%
G = 1.74%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8069A (or 0xB8069A) is known color: Medium Violet Red. HEX triplet: B8, 06 and 9A. RGB value is (184,6,154). Sum of RGB (Red+Green+Blue) = 184+6+154=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8069A is #47F965. Grayscale: #4B4B4B. Windows color (decimal): -4716902 or 10094264. OLE color: 10094264.

HSL color Cylindrical-coordinate representation of color #B8069A: hue angle of 310.11º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8069A is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 6 154 -
CMYK 0 0.97 0.16 0.28
HSL 310.11º 0.94% 0.37% -
HSV(B) 310.11º 0.97% 0.72% -
XYZ 25.67 12.65 31.66 -
YUV 76.09 171.97 204.97 -
System Red Green Blue C M Y K H S L
Decimal 184 6 154 0 0.97 0.16 0.28 310.11 0.94 0.37
Hex B8 6 9A 0 61 10 1C 136 5E 25
Octal 270 6 232 0 141 20 34 466 136 45
Binary 10111000 110 10011010 0 1100001 10000 11100 100110110 1011110 100101

Color Harmonies of #B8069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8069A

Black with #B8069A

Text Example


Text Example

White with #B8069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8069A; }

 p { color: rgb(184,6,154); }

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

background-color css

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

 a { background-color: rgb(184,6,154); }

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

border-color css

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

 span { border-color: rgb(184,6,154); }

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