Html Css Color HEX #BF457D Royal Heath

📋 copy color: '#BF457D'

red 191 ◦ green 69 ◦ blue 125

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

Shades of Royal Heath #BF457D

Tints of Royal Heath #BF457D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.92%

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

R = 49.61%
G = 17.92%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF457D (or 0xBF457D) is known color: Royal Heath. HEX triplet: BF, 45 and 7D. RGB value is (191,69,125). Sum of RGB (Red+Green+Blue) = 191+69+125=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF457D is #40BA82. Grayscale: #6F6F6F. Windows color (decimal): -4242051 or 8209855. OLE color: 8209855.

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

Color convert

RGB 191 69 125 -
CMYK 0 0.64 0.35 0.25
HSL 332.46º 0.49% 0.51% -
HSV(B) 332.46º 0.64% 0.75% -
XYZ 27.32 16.81 21.21 -
YUV 111.86 135.42 184.45 -
System Red Green Blue C M Y K H S L
Decimal 191 69 125 0 0.64 0.35 0.25 332.46 0.49 0.51
Hex BF 45 7D 0 40 23 19 14C 31 33
Octal 277 105 175 0 100 43 31 514 61 63
Binary 10111111 1000101 1111101 0 1000000 100011 11001 101001100 110001 110011

Color Harmonies of #BF457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF457D

Black with #BF457D

Text Example


Text Example

White with #BF457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF457D; }

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

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

background-color css

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

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

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

border-color css

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

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

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