Html Css Color HEX #BF4378 Royal Heath

📋 copy color: '#BF4378'

red 191 ◦ green 67 ◦ blue 120

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

Shades of Royal Heath #BF4378

Tints of Royal Heath #BF4378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.75%

R = 50.53%
G = 17.72%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF4378 (or 0xBF4378) is known color: Royal Heath. HEX triplet: BF, 43 and 78. RGB value is (191,67,120). Sum of RGB (Red+Green+Blue) = 191+67+120=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4378 is #40BC87. Grayscale: #6E6E6E. Windows color (decimal): -4242568 or 7881663. OLE color: 7881663.

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

Color convert

RGB 191 67 120 -
CMYK 0 0.65 0.37 0.25
HSL 334.35º 0.49% 0.51% -
HSV(B) 334.35º 0.65% 0.75% -
XYZ 26.88 16.45 19.53 -
YUV 110.12 133.58 185.69 -
System Red Green Blue C M Y K H S L
Decimal 191 67 120 0 0.65 0.37 0.25 334.35 0.49 0.51
Hex BF 43 78 0 41 25 19 14E 31 33
Octal 277 103 170 0 101 45 31 516 61 63
Binary 10111111 1000011 1111000 0 1000001 100101 11001 101001110 110001 110011

Color Harmonies of #BF4378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4378

Black with #BF4378

Text Example


Text Example

White with #BF4378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4378; }

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

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

background-color css

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

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

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

border-color css

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

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

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