Html Css Color HEX #BB267B Medium Red Violet

📋 copy color: '#BB267B'

red 187 ◦ green 38 ◦ blue 123

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

Shades of Medium Red Violet #BB267B

Tints of Medium Red Violet #BB267B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.34%

R = 53.74%
G = 10.92%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB267B (or 0xBB267B) is known color: Medium Red Violet. HEX triplet: BB, 26 and 7B. RGB value is (187,38,123). Sum of RGB (Red+Green+Blue) = 187+38+123=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB267B is #44D984. Grayscale: #5C5C5C. Windows color (decimal): -4512133 or 8070843. OLE color: 8070843.

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

Color convert

RGB 187 38 123 -
CMYK 0 0.80 0.34 0.27
HSL 325.77º 0.66% 0.44% -
HSV(B) 325.77º 0.8% 0.73% -
XYZ 24.76 13.38 20.02 -
YUV 92.24 145.36 195.59 -
System Red Green Blue C M Y K H S L
Decimal 187 38 123 0 0.80 0.34 0.27 325.77 0.66 0.44
Hex BB 26 7B 0 50 22 1B 146 42 2C
Octal 273 46 173 0 120 42 33 506 102 54
Binary 10111011 100110 1111011 0 1010000 100010 11011 101000110 1000010 101100

Color Harmonies of #BB267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB267B

Black with #BB267B

Text Example


Text Example

White with #BB267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB267B; }

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

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

background-color css

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

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

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

border-color css

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

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

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