Html Css Color HEX #BC407A Royal Heath

📋 copy color: '#BC407A'

red 188 ◦ green 64 ◦ blue 122

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

Shades of Royal Heath #BC407A

Tints of Royal Heath #BC407A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.11%

 BLUE value IS 122 (48.05% from 255) = 32.62%

R = 50.27%
G = 17.11%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC407A (or 0xBC407A) is known color: Royal Heath. HEX triplet: BC, 40 and 7A. RGB value is (188,64,122). Sum of RGB (Red+Green+Blue) = 188+64+122=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC407A is #43BF85. Grayscale: #6B6B6B. Windows color (decimal): -4439942 or 8011964. OLE color: 8011964.

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

Color convert

RGB 188 64 122 -
CMYK 0 0.66 0.35 0.26
HSL 331.94º 0.49% 0.49% -
HSV(B) 331.94º 0.66% 0.74% -
XYZ 26.09 15.76 20.08 -
YUV 107.69 136.08 185.28 -
System Red Green Blue C M Y K H S L
Decimal 188 64 122 0 0.66 0.35 0.26 331.94 0.49 0.49
Hex BC 40 7A 0 42 23 1A 14C 31 31
Octal 274 100 172 0 102 43 32 514 61 61
Binary 10111100 1000000 1111010 0 1000010 100011 11010 101001100 110001 110001

Color Harmonies of #BC407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC407A

Black with #BC407A

Text Example


Text Example

White with #BC407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC407A; }

 p { color: rgb(188,64,122); }

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

background-color css

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

 a { background-color: rgb(188,64,122); }

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

border-color css

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

 span { border-color: rgb(188,64,122); }

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