Html Css Color HEX #BB07A2 Medium Violet Red

📋 copy color: '#BB07A2'

red 187 ◦ green 7 ◦ blue 162

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

Shades of Medium Violet Red #BB07A2

Tints of Medium Violet Red #BB07A2

RGB

 RED value IS 187 (73.44% from 255) = 52.53%

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

 BLUE value IS 162 (63.67% from 255) = 45.51%

R = 52.53%
G = 1.97%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB07A2 (or 0xBB07A2) is known color: Medium Violet Red. HEX triplet: BB, 07 and A2. RGB value is (187,7,162). Sum of RGB (Red+Green+Blue) = 187+7+162=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB07A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB07A2 is #44F85D. Grayscale: #4E4E4E. Windows color (decimal): -4520030 or 10618811. OLE color: 10618811.

HSL color Cylindrical-coordinate representation of color #BB07A2: hue angle of 308.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB07A2 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 7 162 -
CMYK 0 0.96 0.13 0.27
HSL 308.33º 0.93% 0.38% -
HSV(B) 308.33º 0.96% 0.73% -
XYZ 27.09 13.33 35.33 -
YUV 78.49 175.13 205.4 -
System Red Green Blue C M Y K H S L
Decimal 187 7 162 0 0.96 0.13 0.27 308.33 0.93 0.38
Hex BB 7 A2 0 60 D 1B 134 5D 26
Octal 273 7 242 0 140 15 33 464 135 46
Binary 10111011 111 10100010 0 1100000 1101 11011 100110100 1011101 100110

Color Harmonies of #BB07A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB07A2

Black with #BB07A2

Text Example


Text Example

White with #BB07A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB07A2; }

 p { color: rgb(187,7,162); }

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

background-color css

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

 a { background-color: rgb(187,7,162); }

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

border-color css

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

 span { border-color: rgb(187,7,162); }

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