Html Css Color HEX #BB069F Medium Violet Red

📋 copy color: '#BB069F'

red 187 ◦ green 6 ◦ blue 159

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

Shades of Medium Violet Red #BB069F

Tints of Medium Violet Red #BB069F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.7%

 BLUE value IS 159 (62.5% from 255) = 45.17%

R = 53.13%
G = 1.7%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB069F (or 0xBB069F) is known color: Medium Violet Red. HEX triplet: BB, 06 and 9F. RGB value is (187,6,159). Sum of RGB (Red+Green+Blue) = 187+6+159=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB069F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB069F is #44F960. Grayscale: #4D4D4D. Windows color (decimal): -4520289 or 10421947. OLE color: 10421947.

HSL color Cylindrical-coordinate representation of color #BB069F: hue angle of 309.28º degrees, saturation: 0.94, 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 #BB069F is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 6 159 -
CMYK 0 0.97 0.15 0.27
HSL 309.28º 0.94% 0.38% -
HSV(B) 309.28º 0.97% 0.73% -
XYZ 26.82 13.2 33.94 -
YUV 77.56 173.97 206.06 -
System Red Green Blue C M Y K H S L
Decimal 187 6 159 0 0.97 0.15 0.27 309.28 0.94 0.38
Hex BB 6 9F 0 61 F 1B 135 5E 26
Octal 273 6 237 0 141 17 33 465 136 46
Binary 10111011 110 10011111 0 1100001 1111 11011 100110101 1011110 100110

Color Harmonies of #BB069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB069F

Black with #BB069F

Text Example


Text Example

White with #BB069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB069F; }

 p { color: rgb(187,6,159); }

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

background-color css

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

 a { background-color: rgb(187,6,159); }

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

border-color css

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

 span { border-color: rgb(187,6,159); }

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