Html Css Color HEX #BB457F Royal Heath

📋 copy color: '#BB457F'

red 187 ◦ green 69 ◦ blue 127

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

Shades of Royal Heath #BB457F

Tints of Royal Heath #BB457F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.02%

 BLUE value IS 127 (50% from 255) = 33.16%

R = 48.83%
G = 18.02%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB457F (or 0xBB457F) is known color: Royal Heath. HEX triplet: BB, 45 and 7F. RGB value is (187,69,127). Sum of RGB (Red+Green+Blue) = 187+69+127=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB457F is #44BA80. Grayscale: #6E6E6E. Windows color (decimal): -4504193 or 8340923. OLE color: 8340923.

HSL color Cylindrical-coordinate representation of color #BB457F: hue angle of 330.51º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB457F is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 69 127 -
CMYK 0 0.63 0.32 0.27
HSL 330.51º 0.46% 0.5% -
HSV(B) 330.51º 0.63% 0.73% -
XYZ 26.45 16.35 21.84 -
YUV 110.89 137.09 182.28 -
System Red Green Blue C M Y K H S L
Decimal 187 69 127 0 0.63 0.32 0.27 330.51 0.46 0.5
Hex BB 45 7F 0 3F 20 1B 14B 2E 32
Octal 273 105 177 0 77 40 33 513 56 62
Binary 10111011 1000101 1111111 0 111111 100000 11011 101001011 101110 110010

Color Harmonies of #BB457F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB457F

Black with #BB457F

Text Example


Text Example

White with #BB457F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB457F; }

 p { color: rgb(187,69,127); }

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

background-color css

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

 a { background-color: rgb(187,69,127); }

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

border-color css

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

 span { border-color: rgb(187,69,127); }

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