Html Css Color HEX #BF4178 Royal Heath

📋 copy color: '#BF4178'

red 191 ◦ green 65 ◦ blue 120

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

Shades of Royal Heath #BF4178

Tints of Royal Heath #BF4178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.29%

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

R = 50.8%
G = 17.29%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF4178 (or 0xBF4178) is known color: Royal Heath. HEX triplet: BF, 41 and 78. RGB value is (191,65,120). Sum of RGB (Red+Green+Blue) = 191+65+120=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4178 is #40BE87. Grayscale: #6C6C6C. Windows color (decimal): -4243080 or 7881151. OLE color: 7881151.

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

Color convert

RGB 191 65 120 -
CMYK 0 0.66 0.37 0.25
HSL 333.81º 0.5% 0.5% -
HSV(B) 333.81º 0.66% 0.75% -
XYZ 26.77 16.21 19.49 -
YUV 108.94 134.24 186.53 -
System Red Green Blue C M Y K H S L
Decimal 191 65 120 0 0.66 0.37 0.25 333.81 0.5 0.5
Hex BF 41 78 0 42 25 19 14E 32 32
Octal 277 101 170 0 102 45 31 516 62 62
Binary 10111111 1000001 1111000 0 1000010 100101 11001 101001110 110010 110010

Color Harmonies of #BF4178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4178

Black with #BF4178

Text Example


Text Example

White with #BF4178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4178; }

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

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

background-color css

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

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

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

border-color css

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

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

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