Html Css Color HEX #BB027D Medium Violet Red

📋 copy color: '#BB027D'

red 187 ◦ green 2 ◦ blue 125

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

Shades of Medium Violet Red #BB027D

Tints of Medium Violet Red #BB027D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 125 (49.22% from 255) = 39.81%

R = 59.55%
G = 0.64%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB027D (or 0xBB027D) is known color: Medium Violet Red. HEX triplet: BB, 02 and 7D. RGB value is (187,2,125). Sum of RGB (Red+Green+Blue) = 187+2+125=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB027D is #44FD82. Grayscale: #474747. Windows color (decimal): -4521347 or 8192699. OLE color: 8192699.

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

Color convert

RGB 187 2 125 -
CMYK 0 0.99 0.33 0.27
HSL 320.11º 0.98% 0.37% -
HSV(B) 320.11º 0.99% 0.73% -
XYZ 24.22 12.09 20.46 -
YUV 71.34 158.29 210.5 -
System Red Green Blue C M Y K H S L
Decimal 187 2 125 0 0.99 0.33 0.27 320.11 0.98 0.37
Hex BB 2 7D 0 63 21 1B 140 62 25
Octal 273 2 175 0 143 41 33 500 142 45
Binary 10111011 10 1111101 0 1100011 100001 11011 101000000 1100010 100101

Color Harmonies of #BB027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB027D

Black with #BB027D

Text Example


Text Example

White with #BB027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB027D; }

 p { color: rgb(187,2,125); }

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

background-color css

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

 a { background-color: rgb(187,2,125); }

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

border-color css

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

 span { border-color: rgb(187,2,125); }

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