Html Css Color HEX #BB038C Medium Violet Red

📋 copy color: '#BB038C'

red 187 ◦ green 3 ◦ blue 140

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

Shades of Medium Violet Red #BB038C

Tints of Medium Violet Red #BB038C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

 BLUE value IS 140 (55.08% from 255) = 42.42%

R = 56.67%
G = 0.91%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB038C (or 0xBB038C) is known color: Medium Violet Red. HEX triplet: BB, 03 and 8C. RGB value is (187,3,140). Sum of RGB (Red+Green+Blue) = 187+3+140=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB038C is #44FC73. Grayscale: #494949. Windows color (decimal): -4521076 or 9175995. OLE color: 9175995.

HSL color Cylindrical-coordinate representation of color #BB038C: hue angle of 315.33º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB038C is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 3 140 -
CMYK 0 0.98 0.25 0.27
HSL 315.33º 0.97% 0.37% -
HSV(B) 315.33º 0.98% 0.73% -
XYZ 25.26 12.52 25.9 -
YUV 73.63 165.46 208.86 -
System Red Green Blue C M Y K H S L
Decimal 187 3 140 0 0.98 0.25 0.27 315.33 0.97 0.37
Hex BB 3 8C 0 62 19 1B 13B 61 25
Octal 273 3 214 0 142 31 33 473 141 45
Binary 10111011 11 10001100 0 1100010 11001 11011 100111011 1100001 100101

Color Harmonies of #BB038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB038C

Black with #BB038C

Text Example


Text Example

White with #BB038C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB038C; }

 p { color: rgb(187,3,140); }

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

background-color css

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

 a { background-color: rgb(187,3,140); }

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

border-color css

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

 span { border-color: rgb(187,3,140); }

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