Html Css Color HEX #BB4F7B Royal Heath

📋 copy color: '#BB4F7B'

red 187 ◦ green 79 ◦ blue 123

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

Shades of Royal Heath #BB4F7B

Tints of Royal Heath #BB4F7B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.31%

 BLUE value IS 123 (48.44% from 255) = 31.62%

R = 48.07%
G = 20.31%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB4F7B (or 0xBB4F7B) is known color: Royal Heath. HEX triplet: BB, 4F and 7B. RGB value is (187,79,123). Sum of RGB (Red+Green+Blue) = 187+79+123=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4F7B is #44B084. Grayscale: #747474. Windows color (decimal): -4501637 or 8081339. OLE color: 8081339.

HSL color Cylindrical-coordinate representation of color #BB4F7B: hue angle of 335.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4F7B is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 79 123 -
CMYK 0 0.58 0.34 0.27
HSL 335.56º 0.44% 0.52% -
HSV(B) 335.56º 0.58% 0.73% -
XYZ 26.86 17.59 20.72 -
YUV 116.31 131.78 178.42 -
System Red Green Blue C M Y K H S L
Decimal 187 79 123 0 0.58 0.34 0.27 335.56 0.44 0.52
Hex BB 4F 7B 0 3A 22 1B 150 2C 34
Octal 273 117 173 0 72 42 33 520 54 64
Binary 10111011 1001111 1111011 0 111010 100010 11011 101010000 101100 110100

Color Harmonies of #BB4F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4F7B

Black with #BB4F7B

Text Example


Text Example

White with #BB4F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4F7B; }

 p { color: rgb(187,79,123); }

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

background-color css

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

 a { background-color: rgb(187,79,123); }

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

border-color css

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

 span { border-color: rgb(187,79,123); }

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