Html Css Color HEX #BC4B7F Royal Heath

📋 copy color: '#BC4B7F'

red 188 ◦ green 75 ◦ blue 127

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

Shades of Royal Heath #BC4B7F

Tints of Royal Heath #BC4B7F

RGB

 RED value IS 188 (73.83% from 255) = 48.21%

 GREEN value IS 75 (29.69% from 255) = 19.23%

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

R = 48.21%
G = 19.23%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC4B7F (or 0xBC4B7F) is known color: Royal Heath. HEX triplet: BC, 4B and 7F. RGB value is (188,75,127). Sum of RGB (Red+Green+Blue) = 188+75+127=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B7F is #43B480. Grayscale: #727272. Windows color (decimal): -4437121 or 8342460. OLE color: 8342460.

HSL color Cylindrical-coordinate representation of color #BC4B7F: hue angle of 332.39º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4B7F is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 75 127 -
CMYK 0 0.60 0.32 0.26
HSL 332.39º 0.46% 0.52% -
HSV(B) 332.39º 0.6% 0.74% -
XYZ 27.09 17.26 21.98 -
YUV 114.72 134.94 180.27 -
System Red Green Blue C M Y K H S L
Decimal 188 75 127 0 0.60 0.32 0.26 332.39 0.46 0.52
Hex BC 4B 7F 0 3C 20 1A 14C 2E 34
Octal 274 113 177 0 74 40 32 514 56 64
Binary 10111100 1001011 1111111 0 111100 100000 11010 101001100 101110 110100

Color Harmonies of #BC4B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4B7F

Black with #BC4B7F

Text Example


Text Example

White with #BC4B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4B7F; }

 p { color: rgb(188,75,127); }

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

background-color css

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

 a { background-color: rgb(188,75,127); }

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

border-color css

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

 span { border-color: rgb(188,75,127); }

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