Html Css Color HEX #BF437D Royal Heath

📋 copy color: '#BF437D'

red 191 ◦ green 67 ◦ blue 125

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

Shades of Royal Heath #BF437D

Tints of Royal Heath #BF437D

RGB

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

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

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

R = 49.87%
G = 17.49%
B = 32.64%

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

#BF437D (or 0xBF437D) is known color: Royal Heath. HEX triplet: BF, 43 and 7D. RGB value is (191,67,125). Sum of RGB (Red+Green+Blue) = 191+67+125=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF437D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF437D is #40BC82. Grayscale: #6E6E6E. Windows color (decimal): -4242563 or 8209343. OLE color: 8209343.

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

Color convert

RGB 191 67 125 -
CMYK 0 0.65 0.35 0.25
HSL 331.94º 0.49% 0.51% -
HSV(B) 331.94º 0.65% 0.75% -
XYZ 27.19 16.57 21.17 -
YUV 110.69 136.08 185.28 -
System Red Green Blue C M Y K H S L
Decimal 191 67 125 0 0.65 0.35 0.25 331.94 0.49 0.51
Hex BF 43 7D 0 41 23 19 14C 31 33
Octal 277 103 175 0 101 43 31 514 61 63
Binary 10111111 1000011 1111101 0 1000001 100011 11001 101001100 110001 110011

Color Harmonies of #BF437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF437D

Black with #BF437D

Text Example


Text Example

White with #BF437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF437D; }

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

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

background-color css

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

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

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

border-color css

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

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

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