Html Css Color HEX #BB477D Royal Heath

📋 copy color: '#BB477D'

red 187 ◦ green 71 ◦ blue 125

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

Shades of Royal Heath #BB477D

Tints of Royal Heath #BB477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.54%

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

R = 48.83%
G = 18.54%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB477D (or 0xBB477D) is known color: Royal Heath. HEX triplet: BB, 47 and 7D. RGB value is (187,71,125). Sum of RGB (Red+Green+Blue) = 187+71+125=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB477D is #44B882. Grayscale: #6F6F6F. Windows color (decimal): -4503683 or 8210363. OLE color: 8210363.

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

Color convert

RGB 187 71 125 -
CMYK 0 0.62 0.33 0.27
HSL 332.07º 0.46% 0.51% -
HSV(B) 332.07º 0.62% 0.73% -
XYZ 26.45 16.55 21.2 -
YUV 111.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 187 71 125 0 0.62 0.33 0.27 332.07 0.46 0.51
Hex BB 47 7D 0 3E 21 1B 14C 2E 33
Octal 273 107 175 0 76 41 33 514 56 63
Binary 10111011 1000111 1111101 0 111110 100001 11011 101001100 101110 110011

Color Harmonies of #BB477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB477D

Black with #BB477D

Text Example


Text Example

White with #BB477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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