Html Css Color HEX #BB0C7F Medium Violet Red

📋 copy color: '#BB0C7F'

red 187 ◦ green 12 ◦ blue 127

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

Shades of Medium Violet Red #BB0C7F

Tints of Medium Violet Red #BB0C7F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.68%

 BLUE value IS 127 (50% from 255) = 38.96%

R = 57.36%
G = 3.68%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB0C7F (or 0xBB0C7F) is known color: Medium Violet Red. HEX triplet: BB, 0C and 7F. RGB value is (187,12,127). Sum of RGB (Red+Green+Blue) = 187+12+127=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0C7F is #44F380. Grayscale: #4D4D4D. Windows color (decimal): -4518785 or 8326331. OLE color: 8326331.

HSL color Cylindrical-coordinate representation of color #BB0C7F: hue angle of 320.57º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0C7F is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 12 127 -
CMYK 0 0.94 0.32 0.27
HSL 320.57º 0.88% 0.39% -
HSV(B) 320.57º 0.94% 0.73% -
XYZ 24.46 12.36 21.18 -
YUV 77.44 155.98 206.15 -
System Red Green Blue C M Y K H S L
Decimal 187 12 127 0 0.94 0.32 0.27 320.57 0.88 0.39
Hex BB C 7F 0 5E 20 1B 141 58 27
Octal 273 14 177 0 136 40 33 501 130 47
Binary 10111011 1100 1111111 0 1011110 100000 11011 101000001 1011000 100111

Color Harmonies of #BB0C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0C7F

Black with #BB0C7F

Text Example


Text Example

White with #BB0C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0C7F; }

 p { color: rgb(187,12,127); }

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

background-color css

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

 a { background-color: rgb(187,12,127); }

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

border-color css

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

 span { border-color: rgb(187,12,127); }

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