Html Css Color HEX #BC4A7B Royal Heath

📋 copy color: '#BC4A7B'

red 188 ◦ green 74 ◦ blue 123

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

Shades of Royal Heath #BC4A7B

Tints of Royal Heath #BC4A7B

RGB

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

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

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

R = 48.83%
G = 19.22%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC4A7B (or 0xBC4A7B) is known color: Royal Heath. HEX triplet: BC, 4A and 7B. RGB value is (188,74,123). Sum of RGB (Red+Green+Blue) = 188+74+123=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4A7B is #43B584. Grayscale: #717171. Windows color (decimal): -4437381 or 8080060. OLE color: 8080060.

HSL color Cylindrical-coordinate representation of color #BC4A7B: hue angle of 334.21º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4A7B is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 74 123 -
CMYK 0 0.61 0.35 0.26
HSL 334.21º 0.46% 0.51% -
HSV(B) 334.21º 0.61% 0.74% -
XYZ 26.76 17.02 20.61 -
YUV 113.67 133.27 181.02 -
System Red Green Blue C M Y K H S L
Decimal 188 74 123 0 0.61 0.35 0.26 334.21 0.46 0.51
Hex BC 4A 7B 0 3D 23 1A 14E 2E 33
Octal 274 112 173 0 75 43 32 516 56 63
Binary 10111100 1001010 1111011 0 111101 100011 11010 101001110 101110 110011

Color Harmonies of #BC4A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4A7B

Black with #BC4A7B

Text Example


Text Example

White with #BC4A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4A7B; }

 p { color: rgb(188,74,123); }

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

background-color css

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

 a { background-color: rgb(188,74,123); }

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

border-color css

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

 span { border-color: rgb(188,74,123); }

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