Html Css Color HEX #BB069E Medium Violet Red

📋 copy color: '#BB069E'

red 187 ◦ green 6 ◦ blue 158

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

Shades of Medium Violet Red #BB069E

Tints of Medium Violet Red #BB069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.01%

R = 53.28%
G = 1.71%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB069E (or 0xBB069E) is known color: Medium Violet Red. HEX triplet: BB, 06 and 9E. RGB value is (187,6,158). Sum of RGB (Red+Green+Blue) = 187+6+158=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB069E is #44F961. Grayscale: #4D4D4D. Windows color (decimal): -4520290 or 10356411. OLE color: 10356411.

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

Color convert

RGB 187 6 158 -
CMYK 0 0.97 0.16 0.27
HSL 309.61º 0.94% 0.38% -
HSV(B) 309.61º 0.97% 0.73% -
XYZ 26.73 13.16 33.48 -
YUV 77.45 173.47 206.14 -
System Red Green Blue C M Y K H S L
Decimal 187 6 158 0 0.97 0.16 0.27 309.61 0.94 0.38
Hex BB 6 9E 0 61 10 1B 136 5E 26
Octal 273 6 236 0 141 20 33 466 136 46
Binary 10111011 110 10011110 0 1100001 10000 11011 100110110 1011110 100110

Color Harmonies of #BB069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB069E

Black with #BB069E

Text Example


Text Example

White with #BB069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB069E; }

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

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

background-color css

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

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

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

border-color css

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

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

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