Html Css Color HEX #BF3F74 Royal Heath

📋 copy color: '#BF3F74'

red 191 ◦ green 63 ◦ blue 116

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

Shades of Royal Heath #BF3F74

Tints of Royal Heath #BF3F74

RGB

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

 GREEN value IS 63 (25% from 255) = 17.03%

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

R = 51.62%
G = 17.03%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF3F74 (or 0xBF3F74) is known color: Royal Heath. HEX triplet: BF, 3F and 74. RGB value is (191,63,116). Sum of RGB (Red+Green+Blue) = 191+63+116=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3F74 is #40C08B. Grayscale: #6B6B6B. Windows color (decimal): -4243596 or 7618495. OLE color: 7618495.

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

Color convert

RGB 191 63 116 -
CMYK 0 0.67 0.39 0.25
HSL 335.16º 0.5% 0.5% -
HSV(B) 335.16º 0.67% 0.75% -
XYZ 26.42 15.89 18.2 -
YUV 107.31 132.91 187.69 -
System Red Green Blue C M Y K H S L
Decimal 191 63 116 0 0.67 0.39 0.25 335.16 0.5 0.5
Hex BF 3F 74 0 43 27 19 14F 32 32
Octal 277 77 164 0 103 47 31 517 62 62
Binary 10111111 111111 1110100 0 1000011 100111 11001 101001111 110010 110010

Color Harmonies of #BF3F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F74

Black with #BF3F74

Text Example


Text Example

White with #BF3F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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