Html Css Color HEX #BB269A Medium Red Violet

📋 copy color: '#BB269A'

red 187 ◦ green 38 ◦ blue 154

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

Shades of Medium Red Violet #BB269A

Tints of Medium Red Violet #BB269A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.63%

R = 49.34%
G = 10.03%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB269A (or 0xBB269A) is known color: Medium Red Violet. HEX triplet: BB, 26 and 9A. RGB value is (187,38,154). Sum of RGB (Red+Green+Blue) = 187+38+154=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB269A is #44D965. Grayscale: #5F5F5F. Windows color (decimal): -4512102 or 10102459. OLE color: 10102459.

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

Color convert

RGB 187 38 154 -
CMYK 0 0.80 0.18 0.27
HSL 313.29º 0.66% 0.44% -
HSV(B) 313.29º 0.8% 0.73% -
XYZ 27.02 14.28 31.9 -
YUV 95.78 160.86 193.07 -
System Red Green Blue C M Y K H S L
Decimal 187 38 154 0 0.80 0.18 0.27 313.29 0.66 0.44
Hex BB 26 9A 0 50 12 1B 139 42 2C
Octal 273 46 232 0 120 22 33 471 102 54
Binary 10111011 100110 10011010 0 1010000 10010 11011 100111001 1000010 101100

Color Harmonies of #BB269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB269A

Black with #BB269A

Text Example


Text Example

White with #BB269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB269A; }

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

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

background-color css

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

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

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

border-color css

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

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

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