Html Css Color HEX #BF447C Royal Heath

📋 copy color: '#BF447C'

red 191 ◦ green 68 ◦ blue 124

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

Shades of Royal Heath #BF447C

Tints of Royal Heath #BF447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.75%

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

R = 49.87%
G = 17.75%
B = 32.38%

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

#BF447C (or 0xBF447C) is known color: Royal Heath. HEX triplet: BF, 44 and 7C. RGB value is (191,68,124). Sum of RGB (Red+Green+Blue) = 191+68+124=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF447C is #40BB83. Grayscale: #6F6F6F. Windows color (decimal): -4242308 or 8144063. OLE color: 8144063.

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

Color convert

RGB 191 68 124 -
CMYK 0 0.64 0.35 0.25
HSL 332.68º 0.49% 0.51% -
HSV(B) 332.68º 0.64% 0.75% -
XYZ 27.19 16.67 20.85 -
YUV 111.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 191 68 124 0 0.64 0.35 0.25 332.68 0.49 0.51
Hex BF 44 7C 0 40 23 19 14D 31 33
Octal 277 104 174 0 100 43 31 515 61 63
Binary 10111111 1000100 1111100 0 1000000 100011 11001 101001101 110001 110011

Color Harmonies of #BF447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF447C

Black with #BF447C

Text Example


Text Example

White with #BF447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF447C; }

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

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

background-color css

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

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

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

border-color css

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

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

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