Html Css Color HEX #B64E7F Royal Heath

📋 copy color: '#B64E7F'

red 182 ◦ green 78 ◦ blue 127

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

Shades of Royal Heath #B64E7F

Tints of Royal Heath #B64E7F

RGB

 RED value IS 182 (71.48% from 255) = 47.03%

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

 BLUE value IS 127 (50% from 255) = 32.82%

R = 47.03%
G = 20.16%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B64E7F (or 0xB64E7F) is known color: Royal Heath. HEX triplet: B6, 4E and 7F. RGB value is (182,78,127). Sum of RGB (Red+Green+Blue) = 182+78+127=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64E7F is #49B180. Grayscale: #727272. Windows color (decimal): -4829569 or 8343222. OLE color: 8343222.

HSL color Cylindrical-coordinate representation of color #B64E7F: hue angle of 331.73º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64E7F is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 78 127 -
CMYK 0 0.57 0.30 0.29
HSL 331.73º 0.42% 0.51% -
HSV(B) 331.73º 0.57% 0.71% -
XYZ 25.85 16.93 21.98 -
YUV 114.68 134.96 176.02 -
System Red Green Blue C M Y K H S L
Decimal 182 78 127 0 0.57 0.30 0.29 331.73 0.42 0.51
Hex B6 4E 7F 0 39 1E 1D 14C 2A 33
Octal 266 116 177 0 71 36 35 514 52 63
Binary 10110110 1001110 1111111 0 111001 11110 11101 101001100 101010 110011

Color Harmonies of #B64E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64E7F

Black with #B64E7F

Text Example


Text Example

White with #B64E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64E7F; }

 p { color: rgb(182,78,127); }

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

background-color css

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

 a { background-color: rgb(182,78,127); }

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

border-color css

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

 span { border-color: rgb(182,78,127); }

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