Html Css Color HEX #BB038A Medium Violet Red

📋 copy color: '#BB038A'

red 187 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #BB038A

Tints of Medium Violet Red #BB038A

RGB

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

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

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

R = 57.01%
G = 0.91%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB038A (or 0xBB038A) is known color: Medium Violet Red. HEX triplet: BB, 03 and 8A. RGB value is (187,3,138). Sum of RGB (Red+Green+Blue) = 187+3+138=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB038A is #44FC75. Grayscale: #494949. Windows color (decimal): -4521078 or 9044923. OLE color: 9044923.

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

Color convert

RGB 187 3 138 -
CMYK 0 0.98 0.26 0.27
HSL 315.98º 0.97% 0.37% -
HSV(B) 315.98º 0.98% 0.73% -
XYZ 25.11 12.46 25.13 -
YUV 73.41 164.46 209.02 -
System Red Green Blue C M Y K H S L
Decimal 187 3 138 0 0.98 0.26 0.27 315.98 0.97 0.37
Hex BB 3 8A 0 62 1A 1B 13C 61 25
Octal 273 3 212 0 142 32 33 474 141 45
Binary 10111011 11 10001010 0 1100010 11010 11011 100111100 1100001 100101

Color Harmonies of #BB038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB038A

Black with #BB038A

Text Example


Text Example

White with #BB038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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