Html Css Color HEX #BF4A7A Royal Heath

📋 copy color: '#BF4A7A'

red 191 ◦ green 74 ◦ blue 122

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

Shades of Royal Heath #BF4A7A

Tints of Royal Heath #BF4A7A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.12%

 BLUE value IS 122 (48.05% from 255) = 31.52%

R = 49.35%
G = 19.12%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF4A7A (or 0xBF4A7A) is known color: Royal Heath. HEX triplet: BF, 4A and 7A. RGB value is (191,74,122). Sum of RGB (Red+Green+Blue) = 191+74+122=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4A7A is #40B585. Grayscale: #727272. Windows color (decimal): -4240774 or 8014527. OLE color: 8014527.

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

Color convert

RGB 191 74 122 -
CMYK 0 0.61 0.36 0.25
HSL 335.38º 0.48% 0.52% -
HSV(B) 335.38º 0.61% 0.75% -
XYZ 27.45 17.38 20.32 -
YUV 114.46 132.26 182.6 -
System Red Green Blue C M Y K H S L
Decimal 191 74 122 0 0.61 0.36 0.25 335.38 0.48 0.52
Hex BF 4A 7A 0 3D 24 19 14F 30 34
Octal 277 112 172 0 75 44 31 517 60 64
Binary 10111111 1001010 1111010 0 111101 100100 11001 101001111 110000 110100

Color Harmonies of #BF4A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A7A

Black with #BF4A7A

Text Example


Text Example

White with #BF4A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A7A; }

 p { color: rgb(191,74,122); }

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

background-color css

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

 a { background-color: rgb(191,74,122); }

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

border-color css

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

 span { border-color: rgb(191,74,122); }

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