Html Css Color HEX #BF3E74 Royal Heath

📋 copy color: '#BF3E74'

red 191 ◦ green 62 ◦ blue 116

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

Shades of Royal Heath #BF3E74

Tints of Royal Heath #BF3E74

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.8%

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 51.76%
G = 16.8%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF3E74 (or 0xBF3E74) is known color: Royal Heath. HEX triplet: BF, 3E and 74. RGB value is (191,62,116). Sum of RGB (Red+Green+Blue) = 191+62+116=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E74 is #40C18B. Grayscale: #6A6A6A. Windows color (decimal): -4243852 or 7618239. OLE color: 7618239.

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

Color convert

RGB 191 62 116 -
CMYK 0 0.68 0.39 0.25
HSL 334.88º 0.51% 0.5% -
HSV(B) 334.88º 0.68% 0.75% -
XYZ 26.36 15.78 18.18 -
YUV 106.73 133.24 188.11 -
System Red Green Blue C M Y K H S L
Decimal 191 62 116 0 0.68 0.39 0.25 334.88 0.51 0.5
Hex BF 3E 74 0 44 27 19 14F 33 32
Octal 277 76 164 0 104 47 31 517 63 62
Binary 10111111 111110 1110100 0 1000100 100111 11001 101001111 110011 110010

Color Harmonies of #BF3E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E74

Black with #BF3E74

Text Example


Text Example

White with #BF3E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E74; }

 p { color: rgb(191,62,116); }

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

background-color css

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

 a { background-color: rgb(191,62,116); }

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

border-color css

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

 span { border-color: rgb(191,62,116); }

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