Html Css Color HEX #BB3E8E Medium Red Violet

📋 copy color: '#BB3E8E'

red 187 ◦ green 62 ◦ blue 142

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

Shades of Medium Red Violet #BB3E8E

Tints of Medium Red Violet #BB3E8E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.86%

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

R = 47.83%
G = 15.86%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB3E8E (or 0xBB3E8E) is known color: Medium Red Violet. HEX triplet: BB, 3E and 8E. RGB value is (187,62,142). Sum of RGB (Red+Green+Blue) = 187+62+142=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3E8E is #44C171. Grayscale: #6C6C6C. Windows color (decimal): -4505970 or 9322171. OLE color: 9322171.

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

Color convert

RGB 187 62 142 -
CMYK 0 0.67 0.24 0.27
HSL 321.6º 0.5% 0.49% -
HSV(B) 321.6º 0.67% 0.73% -
XYZ 27.1 15.96 27.24 -
YUV 108.5 146.91 184 -
System Red Green Blue C M Y K H S L
Decimal 187 62 142 0 0.67 0.24 0.27 321.6 0.5 0.49
Hex BB 3E 8E 0 43 18 1B 142 32 31
Octal 273 76 216 0 103 30 33 502 62 61
Binary 10111011 111110 10001110 0 1000011 11000 11011 101000010 110010 110001

Color Harmonies of #BB3E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3E8E

Black with #BB3E8E

Text Example


Text Example

White with #BB3E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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