Html Css Color HEX #BF477B Royal Heath

📋 copy color: '#BF477B'

red 191 ◦ green 71 ◦ blue 123

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

Shades of Royal Heath #BF477B

Tints of Royal Heath #BF477B

RGB

 RED value IS 191 (75% from 255) = 49.61%

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

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

R = 49.61%
G = 18.44%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF477B (or 0xBF477B) is known color: Royal Heath. HEX triplet: BF, 47 and 7B. RGB value is (191,71,123). Sum of RGB (Red+Green+Blue) = 191+71+123=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF477B is #40B884. Grayscale: #707070. Windows color (decimal): -4241541 or 8079295. OLE color: 8079295.

HSL color Cylindrical-coordinate representation of color #BF477B: hue angle of 334º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF477B is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 71 123 -
CMYK 0 0.63 0.36 0.25
HSL 334º 0.48% 0.51% -
HSV(B) 334º 0.63% 0.75% -
XYZ 27.31 17.01 20.58 -
YUV 112.81 133.76 183.77 -
System Red Green Blue C M Y K H S L
Decimal 191 71 123 0 0.63 0.36 0.25 334 0.48 0.51
Hex BF 47 7B 0 3F 24 19 14E 30 33
Octal 277 107 173 0 77 44 31 516 60 63
Binary 10111111 1000111 1111011 0 111111 100100 11001 101001110 110000 110011

Color Harmonies of #BF477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF477B

Black with #BF477B

Text Example


Text Example

White with #BF477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF477B; }

 p { color: rgb(191,71,123); }

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

background-color css

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

 a { background-color: rgb(191,71,123); }

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

border-color css

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

 span { border-color: rgb(191,71,123); }

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