Html Css Color HEX #BF417D Royal Heath

📋 copy color: '#BF417D'

red 191 ◦ green 65 ◦ blue 125

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

Shades of Royal Heath #BF417D

Tints of Royal Heath #BF417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.06%

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

R = 50.13%
G = 17.06%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF417D (or 0xBF417D) is known color: Royal Heath. HEX triplet: BF, 41 and 7D. RGB value is (191,65,125). Sum of RGB (Red+Green+Blue) = 191+65+125=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF417D is #40BE82. Grayscale: #6D6D6D. Windows color (decimal): -4243075 or 8208831. OLE color: 8208831.

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

Color convert

RGB 191 65 125 -
CMYK 0 0.66 0.35 0.25
HSL 331.43º 0.5% 0.5% -
HSV(B) 331.43º 0.66% 0.75% -
XYZ 27.08 16.34 21.13 -
YUV 109.51 136.74 186.12 -
System Red Green Blue C M Y K H S L
Decimal 191 65 125 0 0.66 0.35 0.25 331.43 0.5 0.5
Hex BF 41 7D 0 42 23 19 14B 32 32
Octal 277 101 175 0 102 43 31 513 62 62
Binary 10111111 1000001 1111101 0 1000010 100011 11001 101001011 110010 110010

Color Harmonies of #BF417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF417D

Black with #BF417D

Text Example


Text Example

White with #BF417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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