Html Css Color HEX #BB007A Medium Violet Red

📋 copy color: '#BB007A'

red 187 ◦ green 0 ◦ blue 122

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

Shades of Medium Violet Red #BB007A

Tints of Medium Violet Red #BB007A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 122 (48.05% from 255) = 39.48%

R = 60.52%
G = 0%
B = 39.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB007A (or 0xBB007A) is known color: Medium Violet Red. HEX triplet: BB, 00 and 7A. RGB value is (187,0,122). Sum of RGB (Red+Green+Blue) = 187+0+122=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB007A is #44FF85. Grayscale: #454545. Windows color (decimal): -4521862 or 7995579. OLE color: 7995579.

HSL color Cylindrical-coordinate representation of color #BB007A: hue angle of 320.86º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB007A is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 0 122 -
CMYK 0 1 0.35 0.27
HSL 320.86º 1% 0.37% -
HSV(B) 320.86º 1% 0.73% -
XYZ 24.01 11.97 19.46 -
YUV 69.82 157.45 211.58 -
System Red Green Blue C M Y K H S L
Decimal 187 0 122 0 1 0.35 0.27 320.86 1 0.37
Hex BB 0 7A 0 64 23 1B 141 64 25
Octal 273 0 172 0 144 43 33 501 144 45
Binary 10111011 0 1111010 0 1100100 100011 11011 101000001 1100100 100101

Color Harmonies of #BB007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB007A

Black with #BB007A

Text Example


Text Example

White with #BB007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB007A; }

 p { color: rgb(187,0,122); }

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

background-color css

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

 a { background-color: rgb(187,0,122); }

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

border-color css

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

 span { border-color: rgb(187,0,122); }

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