Html Css Color HEX #BB368E Medium Red Violet

📋 copy color: '#BB368E'

red 187 ◦ green 54 ◦ blue 142

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

Shades of Medium Red Violet #BB368E

Tints of Medium Red Violet #BB368E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.1%

 BLUE value IS 142 (55.86% from 255) = 37.08%

R = 48.83%
G = 14.1%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB368E (or 0xBB368E) is known color: Medium Red Violet. HEX triplet: BB, 36 and 8E. RGB value is (187,54,142). Sum of RGB (Red+Green+Blue) = 187+54+142=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB368E is #44C971. Grayscale: #676767. Windows color (decimal): -4508018 or 9320123. OLE color: 9320123.

HSL color Cylindrical-coordinate representation of color #BB368E: hue angle of 320.3º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB368E is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 54 142 -
CMYK 0 0.71 0.24 0.27
HSL 320.3º 0.55% 0.47% -
HSV(B) 320.3º 0.71% 0.73% -
XYZ 26.7 15.16 27.11 -
YUV 103.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 187 54 142 0 0.71 0.24 0.27 320.3 0.55 0.47
Hex BB 36 8E 0 47 18 1B 140 37 2F
Octal 273 66 216 0 107 30 33 500 67 57
Binary 10111011 110110 10001110 0 1000111 11000 11011 101000000 110111 101111

Color Harmonies of #BB368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB368E

Black with #BB368E

Text Example


Text Example

White with #BB368E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB368E; }

 p { color: rgb(187,54,142); }

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

background-color css

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

 a { background-color: rgb(187,54,142); }

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

border-color css

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

 span { border-color: rgb(187,54,142); }

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