Html Css Color HEX #BB268D Medium Red Violet

📋 copy color: '#BB268D'

red 187 ◦ green 38 ◦ blue 141

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

Shades of Medium Red Violet #BB268D

Tints of Medium Red Violet #BB268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 51.09%
G = 10.38%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB268D (or 0xBB268D) is known color: Medium Red Violet. HEX triplet: BB, 26 and 8D. RGB value is (187,38,141). Sum of RGB (Red+Green+Blue) = 187+38+141=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB268D is #44D972. Grayscale: #5E5E5E. Windows color (decimal): -4512115 or 9250491. OLE color: 9250491.

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

Color convert

RGB 187 38 141 -
CMYK 0 0.80 0.25 0.27
HSL 318.52º 0.66% 0.44% -
HSV(B) 318.52º 0.8% 0.73% -
XYZ 25.99 13.87 26.51 -
YUV 94.29 154.36 194.12 -
System Red Green Blue C M Y K H S L
Decimal 187 38 141 0 0.80 0.25 0.27 318.52 0.66 0.44
Hex BB 26 8D 0 50 19 1B 13F 42 2C
Octal 273 46 215 0 120 31 33 477 102 54
Binary 10111011 100110 10001101 0 1010000 11001 11011 100111111 1000010 101100

Color Harmonies of #BB268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB268D

Black with #BB268D

Text Example


Text Example

White with #BB268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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