Html Css Color HEX #BB07A5 Medium Violet Red

📋 copy color: '#BB07A5'

red 187 ◦ green 7 ◦ blue 165

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

Shades of Medium Violet Red #BB07A5

Tints of Medium Violet Red #BB07A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.96%

R = 52.09%
G = 1.95%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB07A5 (or 0xBB07A5) is known color: Medium Violet Red. HEX triplet: BB, 07 and A5. RGB value is (187,7,165). Sum of RGB (Red+Green+Blue) = 187+7+165=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB07A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB07A5 is #44F85A. Grayscale: #4E4E4E. Windows color (decimal): -4520027 or 10815419. OLE color: 10815419.

HSL color Cylindrical-coordinate representation of color #BB07A5: hue angle of 307.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 #BB07A5 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 7 165 -
CMYK 0 0.96 0.12 0.27
HSL 307.33º 0.93% 0.38% -
HSV(B) 307.33º 0.96% 0.73% -
XYZ 27.36 13.43 36.75 -
YUV 78.83 176.63 205.15 -
System Red Green Blue C M Y K H S L
Decimal 187 7 165 0 0.96 0.12 0.27 307.33 0.93 0.38
Hex BB 7 A5 0 60 C 1B 133 5D 26
Octal 273 7 245 0 140 14 33 463 135 46
Binary 10111011 111 10100101 0 1100000 1100 11011 100110011 1011101 100110

Color Harmonies of #BB07A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB07A5

Black with #BB07A5

Text Example


Text Example

White with #BB07A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB07A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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