Html Css Color HEX #BF4E7B Royal Heath

📋 copy color: '#BF4E7B'

red 191 ◦ green 78 ◦ blue 123

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

Shades of Royal Heath #BF4E7B

Tints of Royal Heath #BF4E7B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.9%

 BLUE value IS 123 (48.44% from 255) = 31.38%

R = 48.72%
G = 19.9%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF4E7B (or 0xBF4E7B) is known color: Royal Heath. HEX triplet: BF, 4E and 7B. RGB value is (191,78,123). Sum of RGB (Red+Green+Blue) = 191+78+123=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E7B is #40B184. Grayscale: #747474. Windows color (decimal): -4239749 or 8081087. OLE color: 8081087.

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

Color convert

RGB 191 78 123 -
CMYK 0 0.59 0.36 0.25
HSL 336.11º 0.47% 0.53% -
HSV(B) 336.11º 0.59% 0.75% -
XYZ 27.79 17.96 20.74 -
YUV 116.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 191 78 123 0 0.59 0.36 0.25 336.11 0.47 0.53
Hex BF 4E 7B 0 3B 24 19 150 2F 35
Octal 277 116 173 0 73 44 31 520 57 65
Binary 10111111 1001110 1111011 0 111011 100100 11001 101010000 101111 110101

Color Harmonies of #BF4E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4E7B

Black with #BF4E7B

Text Example


Text Example

White with #BF4E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4E7B; }

 p { color: rgb(191,78,123); }

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

background-color css

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

 a { background-color: rgb(191,78,123); }

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

border-color css

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

 span { border-color: rgb(191,78,123); }

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