Html Css Color HEX #BF4F7D Royal Heath

📋 copy color: '#BF4F7D'

red 191 ◦ green 79 ◦ blue 125

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

Shades of Royal Heath #BF4F7D

Tints of Royal Heath #BF4F7D

RGB

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

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

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

R = 48.35%
G = 20%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF4F7D (or 0xBF4F7D) is known color: Royal Heath. HEX triplet: BF, 4F and 7D. RGB value is (191,79,125). Sum of RGB (Red+Green+Blue) = 191+79+125=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4F7D is #40B082. Grayscale: #757575. Windows color (decimal): -4239491 or 8212415. OLE color: 8212415.

HSL color Cylindrical-coordinate representation of color #BF4F7D: hue angle of 335.36º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4F7D is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 79 125 -
CMYK 0 0.59 0.35 0.25
HSL 335.36º 0.47% 0.53% -
HSV(B) 335.36º 0.59% 0.75% -
XYZ 27.98 18.15 21.43 -
YUV 117.73 132.11 180.26 -
System Red Green Blue C M Y K H S L
Decimal 191 79 125 0 0.59 0.35 0.25 335.36 0.47 0.53
Hex BF 4F 7D 0 3B 23 19 14F 2F 35
Octal 277 117 175 0 73 43 31 517 57 65
Binary 10111111 1001111 1111101 0 111011 100011 11001 101001111 101111 110101

Color Harmonies of #BF4F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4F7D

Black with #BF4F7D

Text Example


Text Example

White with #BF4F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4F7D; }

 p { color: rgb(191,79,125); }

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

background-color css

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

 a { background-color: rgb(191,79,125); }

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

border-color css

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

 span { border-color: rgb(191,79,125); }

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