Html Css Color HEX #BB2694 Medium Red Violet

📋 copy color: '#BB2694'

red 187 ◦ green 38 ◦ blue 148

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

Shades of Medium Red Violet #BB2694

Tints of Medium Red Violet #BB2694

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.19%

 BLUE value IS 148 (58.2% from 255) = 39.68%

R = 50.13%
G = 10.19%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB2694 (or 0xBB2694) is known color: Medium Red Violet. HEX triplet: BB, 26 and 94. RGB value is (187,38,148). Sum of RGB (Red+Green+Blue) = 187+38+148=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2694 is #44D96B. Grayscale: #5E5E5E. Windows color (decimal): -4512108 or 9709243. OLE color: 9709243.

HSL color Cylindrical-coordinate representation of color #BB2694: hue angle of 315.7º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2694 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 38 148 -
CMYK 0 0.80 0.21 0.27
HSL 315.7º 0.66% 0.44% -
HSV(B) 315.7º 0.8% 0.73% -
XYZ 26.53 14.09 29.34 -
YUV 95.09 157.86 193.56 -
System Red Green Blue C M Y K H S L
Decimal 187 38 148 0 0.80 0.21 0.27 315.7 0.66 0.44
Hex BB 26 94 0 50 15 1B 13C 42 2C
Octal 273 46 224 0 120 25 33 474 102 54
Binary 10111011 100110 10010100 0 1010000 10101 11011 100111100 1000010 101100

Color Harmonies of #BB2694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2694

Black with #BB2694

Text Example


Text Example

White with #BB2694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2694; }

 p { color: rgb(187,38,148); }

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

background-color css

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

 a { background-color: rgb(187,38,148); }

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

border-color css

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

 span { border-color: rgb(187,38,148); }

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