Html Css Color HEX #BF437C Royal Heath

📋 copy color: '#BF437C'

red 191 ◦ green 67 ◦ blue 124

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

Shades of Royal Heath #BF437C

Tints of Royal Heath #BF437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.54%

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

R = 50%
G = 17.54%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF437C (or 0xBF437C) is known color: Royal Heath. HEX triplet: BF, 43 and 7C. RGB value is (191,67,124). Sum of RGB (Red+Green+Blue) = 191+67+124=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF437C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF437C is #40BC83. Grayscale: #6E6E6E. Windows color (decimal): -4242564 or 8143807. OLE color: 8143807.

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

Color convert

RGB 191 67 124 -
CMYK 0 0.65 0.35 0.25
HSL 332.42º 0.49% 0.51% -
HSV(B) 332.42º 0.65% 0.75% -
XYZ 27.13 16.55 20.83 -
YUV 110.57 135.58 185.37 -
System Red Green Blue C M Y K H S L
Decimal 191 67 124 0 0.65 0.35 0.25 332.42 0.49 0.51
Hex BF 43 7C 0 41 23 19 14C 31 33
Octal 277 103 174 0 101 43 31 514 61 63
Binary 10111111 1000011 1111100 0 1000001 100011 11001 101001100 110001 110011

Color Harmonies of #BF437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF437C

Black with #BF437C

Text Example


Text Example

White with #BF437C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF437C; }

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

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

background-color css

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

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

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

border-color css

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

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

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