Html Css Color HEX #BB4A7A Royal Heath

📋 copy color: '#BB4A7A'

red 187 ◦ green 74 ◦ blue 122

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

Shades of Royal Heath #BB4A7A

Tints of Royal Heath #BB4A7A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.32%

 BLUE value IS 122 (48.05% from 255) = 31.85%

R = 48.83%
G = 19.32%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB4A7A (or 0xBB4A7A) is known color: Royal Heath. HEX triplet: BB, 4A and 7A. RGB value is (187,74,122). Sum of RGB (Red+Green+Blue) = 187+74+122=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A7A is #44B585. Grayscale: #717171. Windows color (decimal): -4502918 or 8014523. OLE color: 8014523.

HSL color Cylindrical-coordinate representation of color #BB4A7A: hue angle of 334.51º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4A7A is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 74 122 -
CMYK 0 0.60 0.35 0.27
HSL 334.51º 0.45% 0.51% -
HSV(B) 334.51º 0.6% 0.73% -
XYZ 26.46 16.87 20.27 -
YUV 113.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 187 74 122 0 0.60 0.35 0.27 334.51 0.45 0.51
Hex BB 4A 7A 0 3C 23 1B 14F 2D 33
Octal 273 112 172 0 74 43 33 517 55 63
Binary 10111011 1001010 1111010 0 111100 100011 11011 101001111 101101 110011

Color Harmonies of #BB4A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A7A

Black with #BB4A7A

Text Example


Text Example

White with #BB4A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A7A; }

 p { color: rgb(187,74,122); }

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

background-color css

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

 a { background-color: rgb(187,74,122); }

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

border-color css

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

 span { border-color: rgb(187,74,122); }

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