Html Css Color HEX #BB418A Medium Red Violet

📋 copy color: '#BB418A'

red 187 ◦ green 65 ◦ blue 138

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

Shades of Medium Red Violet #BB418A

Tints of Medium Red Violet #BB418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.67%

 BLUE value IS 138 (54.3% from 255) = 35.38%

R = 47.95%
G = 16.67%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB418A (or 0xBB418A) is known color: Medium Red Violet. HEX triplet: BB, 41 and 8A. RGB value is (187,65,138). Sum of RGB (Red+Green+Blue) = 187+65+138=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB418A is #44BE75. Grayscale: #6D6D6D. Windows color (decimal): -4505206 or 9060795. OLE color: 9060795.

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

Color convert

RGB 187 65 138 -
CMYK 0 0.65 0.26 0.27
HSL 324.1º 0.48% 0.49% -
HSV(B) 324.1º 0.65% 0.73% -
XYZ 26.97 16.18 25.75 -
YUV 109.8 143.92 183.06 -
System Red Green Blue C M Y K H S L
Decimal 187 65 138 0 0.65 0.26 0.27 324.1 0.48 0.49
Hex BB 41 8A 0 41 1A 1B 144 30 31
Octal 273 101 212 0 101 32 33 504 60 61
Binary 10111011 1000001 10001010 0 1000001 11010 11011 101000100 110000 110001

Color Harmonies of #BB418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB418A

Black with #BB418A

Text Example


Text Example

White with #BB418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB418A; }

 p { color: rgb(187,65,138); }

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

background-color css

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

 a { background-color: rgb(187,65,138); }

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

border-color css

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

 span { border-color: rgb(187,65,138); }

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