Html Css Color HEX #BB0970 Medium Violet Red

📋 copy color: '#BB0970'

red 187 ◦ green 9 ◦ blue 112

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

Shades of Medium Violet Red #BB0970

Tints of Medium Violet Red #BB0970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.92%

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 60.71%
G = 2.92%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB0970 (or 0xBB0970) is known color: Medium Violet Red. HEX triplet: BB, 09 and 70. RGB value is (187,9,112). Sum of RGB (Red+Green+Blue) = 187+9+112=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0970 is #44F68F. Grayscale: #494949. Windows color (decimal): -4519568 or 7342523. OLE color: 7342523.

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

Color convert

RGB 187 9 112 -
CMYK 0 0.95 0.40 0.27
HSL 325.28º 0.91% 0.38% -
HSV(B) 325.28º 0.95% 0.73% -
XYZ 23.52 11.93 16.39 -
YUV 73.96 149.47 208.62 -
System Red Green Blue C M Y K H S L
Decimal 187 9 112 0 0.95 0.40 0.27 325.28 0.91 0.38
Hex BB 9 70 0 5F 28 1B 145 5B 26
Octal 273 11 160 0 137 50 33 505 133 46
Binary 10111011 1001 1110000 0 1011111 101000 11011 101000101 1011011 100110

Color Harmonies of #BB0970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0970

Black with #BB0970

Text Example


Text Example

White with #BB0970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0970; }

 p { color: rgb(187,9,112); }

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

background-color css

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

 a { background-color: rgb(187,9,112); }

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

border-color css

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

 span { border-color: rgb(187,9,112); }

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