Html Css Color HEX #BF3C74 Royal Heath

📋 copy color: '#BF3C74'

red 191 ◦ green 60 ◦ blue 116

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

Shades of Royal Heath #BF3C74

Tints of Royal Heath #BF3C74

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.35%

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

R = 52.04%
G = 16.35%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF3C74 (or 0xBF3C74) is known color: Royal Heath. HEX triplet: BF, 3C and 74. RGB value is (191,60,116). Sum of RGB (Red+Green+Blue) = 191+60+116=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C74 is #40C38B. Grayscale: #696969. Windows color (decimal): -4244364 or 7617727. OLE color: 7617727.

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

Color convert

RGB 191 60 116 -
CMYK 0 0.69 0.39 0.25
HSL 334.35º 0.52% 0.49% -
HSV(B) 334.35º 0.69% 0.75% -
XYZ 26.25 15.57 18.14 -
YUV 105.55 133.9 188.95 -
System Red Green Blue C M Y K H S L
Decimal 191 60 116 0 0.69 0.39 0.25 334.35 0.52 0.49
Hex BF 3C 74 0 45 27 19 14E 34 31
Octal 277 74 164 0 105 47 31 516 64 61
Binary 10111111 111100 1110100 0 1000101 100111 11001 101001110 110100 110001

Color Harmonies of #BF3C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C74

Black with #BF3C74

Text Example


Text Example

White with #BF3C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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