Html Css Color HEX #BB05A5 Medium Violet Red

📋 copy color: '#BB05A5'

red 187 ◦ green 5 ◦ blue 165

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

Shades of Medium Violet Red #BB05A5

Tints of Medium Violet Red #BB05A5

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

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

R = 52.38%
G = 1.4%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB05A5 (or 0xBB05A5) is known color: Medium Violet Red. HEX triplet: BB, 05 and A5. RGB value is (187,5,165). Sum of RGB (Red+Green+Blue) = 187+5+165=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB05A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB05A5 is #44FA5A. Grayscale: #4D4D4D. Windows color (decimal): -4520539 or 10814907. OLE color: 10814907.

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

Color convert

RGB 187 5 165 -
CMYK 0 0.97 0.12 0.27
HSL 307.25º 0.95% 0.38% -
HSV(B) 307.25º 0.97% 0.73% -
XYZ 27.34 13.39 36.74 -
YUV 77.66 177.3 205.99 -
System Red Green Blue C M Y K H S L
Decimal 187 5 165 0 0.97 0.12 0.27 307.25 0.95 0.38
Hex BB 5 A5 0 61 C 1B 133 5F 26
Octal 273 5 245 0 141 14 33 463 137 46
Binary 10111011 101 10100101 0 1100001 1100 11011 100110011 1011111 100110

Color Harmonies of #BB05A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB05A5

Black with #BB05A5

Text Example


Text Example

White with #BB05A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB05A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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