Html Css Color HEX #BC507B Royal Heath

📋 copy color: '#BC507B'

red 188 ◦ green 80 ◦ blue 123

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

Shades of Royal Heath #BC507B

Tints of Royal Heath #BC507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.46%

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

R = 48.08%
G = 20.46%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC507B (or 0xBC507B) is known color: Royal Heath. HEX triplet: BC, 50 and 7B. RGB value is (188,80,123). Sum of RGB (Red+Green+Blue) = 188+80+123=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC507B is #43AF84. Grayscale: #757575. Windows color (decimal): -4435845 or 8081596. OLE color: 8081596.

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

Color convert

RGB 188 80 123 -
CMYK 0 0.57 0.35 0.26
HSL 336.11º 0.45% 0.53% -
HSV(B) 336.11º 0.57% 0.74% -
XYZ 27.18 17.86 20.75 -
YUV 117.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 188 80 123 0 0.57 0.35 0.26 336.11 0.45 0.53
Hex BC 50 7B 0 39 23 1A 150 2D 35
Octal 274 120 173 0 71 43 32 520 55 65
Binary 10111100 1010000 1111011 0 111001 100011 11010 101010000 101101 110101

Color Harmonies of #BC507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC507B

Black with #BC507B

Text Example


Text Example

White with #BC507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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