Html Css Color HEX #B808A4 Medium Violet Red

📋 copy color: '#B808A4'

red 184 ◦ green 8 ◦ blue 164

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

Shades of Medium Violet Red #B808A4

Tints of Medium Violet Red #B808A4

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.25%

 BLUE value IS 164 (64.45% from 255) = 46.07%

R = 51.69%
G = 2.25%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B808A4 (or 0xB808A4) is known color: Medium Violet Red. HEX triplet: B8, 08 and A4. RGB value is (184,8,164). Sum of RGB (Red+Green+Blue) = 184+8+164=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B808A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B808A4 is #47F75B. Grayscale: #4D4D4D. Windows color (decimal): -4716380 or 10750136. OLE color: 10750136.

HSL color Cylindrical-coordinate representation of color #B808A4: hue angle of 306.82º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B808A4 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 8 164 -
CMYK 0 0.96 0.11 0.28
HSL 306.82º 0.92% 0.38% -
HSV(B) 306.82º 0.96% 0.72% -
XYZ 26.55 13.04 36.24 -
YUV 78.41 176.31 203.32 -
System Red Green Blue C M Y K H S L
Decimal 184 8 164 0 0.96 0.11 0.28 306.82 0.92 0.38
Hex B8 8 A4 0 60 B 1C 133 5C 26
Octal 270 10 244 0 140 13 34 463 134 46
Binary 10111000 1000 10100100 0 1100000 1011 11100 100110011 1011100 100110

Color Harmonies of #B808A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B808A4

Black with #B808A4

Text Example


Text Example

White with #B808A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B808A4; }

 p { color: rgb(184,8,164); }

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

background-color css

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

 a { background-color: rgb(184,8,164); }

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

border-color css

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

 span { border-color: rgb(184,8,164); }

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