Html Css Color HEX #BB4678 Royal Heath

📋 copy color: '#BB4678'

red 187 ◦ green 70 ◦ blue 120

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

Shades of Royal Heath #BB4678

Tints of Royal Heath #BB4678

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.57%

 BLUE value IS 120 (47.27% from 255) = 31.83%

R = 49.6%
G = 18.57%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB4678 (or 0xBB4678) is known color: Royal Heath. HEX triplet: BB, 46 and 78. RGB value is (187,70,120). Sum of RGB (Red+Green+Blue) = 187+70+120=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4678 is #44B987. Grayscale: #6E6E6E. Windows color (decimal): -4503944 or 7882427. OLE color: 7882427.

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

Color convert

RGB 187 70 120 -
CMYK 0 0.63 0.36 0.27
HSL 334.36º 0.46% 0.5% -
HSV(B) 334.36º 0.63% 0.73% -
XYZ 26.07 16.3 19.54 -
YUV 110.68 133.26 182.43 -
System Red Green Blue C M Y K H S L
Decimal 187 70 120 0 0.63 0.36 0.27 334.36 0.46 0.5
Hex BB 46 78 0 3F 24 1B 14E 2E 32
Octal 273 106 170 0 77 44 33 516 56 62
Binary 10111011 1000110 1111000 0 111111 100100 11011 101001110 101110 110010

Color Harmonies of #BB4678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4678

Black with #BB4678

Text Example


Text Example

White with #BB4678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4678; }

 p { color: rgb(187,70,120); }

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

background-color css

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

 a { background-color: rgb(187,70,120); }

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

border-color css

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

 span { border-color: rgb(187,70,120); }

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