Html Css Color HEX #BB038F Medium Violet Red

📋 copy color: '#BB038F'

red 187 ◦ green 3 ◦ blue 143

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

Shades of Medium Violet Red #BB038F

Tints of Medium Violet Red #BB038F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.94%

R = 56.16%
G = 0.9%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB038F (or 0xBB038F) is known color: Medium Violet Red. HEX triplet: BB, 03 and 8F. RGB value is (187,3,143). Sum of RGB (Red+Green+Blue) = 187+3+143=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB038F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB038F is #44FC70. Grayscale: #494949. Windows color (decimal): -4521073 or 9372603. OLE color: 9372603.

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

Color convert

RGB 187 3 143 -
CMYK 0 0.98 0.24 0.27
HSL 314.35º 0.97% 0.37% -
HSV(B) 314.35º 0.98% 0.73% -
XYZ 25.48 12.61 27.08 -
YUV 73.98 166.96 208.62 -
System Red Green Blue C M Y K H S L
Decimal 187 3 143 0 0.98 0.24 0.27 314.35 0.97 0.37
Hex BB 3 8F 0 62 18 1B 13A 61 25
Octal 273 3 217 0 142 30 33 472 141 45
Binary 10111011 11 10001111 0 1100010 11000 11011 100111010 1100001 100101

Color Harmonies of #BB038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB038F

Black with #BB038F

Text Example


Text Example

White with #BB038F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB038F; }

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

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

background-color css

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

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

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

border-color css

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

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

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