Html Css Color HEX #BF407C Royal Heath

📋 copy color: '#BF407C'

red 191 ◦ green 64 ◦ blue 124

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

Shades of Royal Heath #BF407C

Tints of Royal Heath #BF407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.89%

 BLUE value IS 124 (48.83% from 255) = 32.72%

R = 50.4%
G = 16.89%
B = 32.72%

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

#BF407C (or 0xBF407C) is known color: Royal Heath. HEX triplet: BF, 40 and 7C. RGB value is (191,64,124). Sum of RGB (Red+Green+Blue) = 191+64+124=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF407C is #40BF83. Grayscale: #6C6C6C. Windows color (decimal): -4243332 or 8143039. OLE color: 8143039.

HSL color Cylindrical-coordinate representation of color #BF407C: hue angle of 331.65º 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 #BF407C is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 64 124 -
CMYK 0 0.66 0.35 0.25
HSL 331.65º 0.5% 0.5% -
HSV(B) 331.65º 0.66% 0.75% -
XYZ 26.96 16.2 20.77 -
YUV 108.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 191 64 124 0 0.66 0.35 0.25 331.65 0.5 0.5
Hex BF 40 7C 0 42 23 19 14C 32 32
Octal 277 100 174 0 102 43 31 514 62 62
Binary 10111111 1000000 1111100 0 1000010 100011 11001 101001100 110010 110010

Color Harmonies of #BF407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF407C

Black with #BF407C

Text Example


Text Example

White with #BF407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF407C; }

 p { color: rgb(191,64,124); }

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

background-color css

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

 a { background-color: rgb(191,64,124); }

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

border-color css

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

 span { border-color: rgb(191,64,124); }

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