Html Css Color HEX #BC437A Royal Heath

📋 copy color: '#BC437A'

red 188 ◦ green 67 ◦ blue 122

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

Shades of Royal Heath #BC437A

Tints of Royal Heath #BC437A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.77%

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

R = 49.87%
G = 17.77%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC437A (or 0xBC437A) is known color: Royal Heath. HEX triplet: BC, 43 and 7A. RGB value is (188,67,122). Sum of RGB (Red+Green+Blue) = 188+67+122=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC437A is #43BC85. Grayscale: #6D6D6D. Windows color (decimal): -4439174 or 8012732. OLE color: 8012732.

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

Color convert

RGB 188 67 122 -
CMYK 0 0.64 0.35 0.26
HSL 332.73º 0.47% 0.5% -
HSV(B) 332.73º 0.64% 0.74% -
XYZ 26.26 16.11 20.14 -
YUV 109.45 135.09 184.03 -
System Red Green Blue C M Y K H S L
Decimal 188 67 122 0 0.64 0.35 0.26 332.73 0.47 0.5
Hex BC 43 7A 0 40 23 1A 14D 2F 32
Octal 274 103 172 0 100 43 32 515 57 62
Binary 10111100 1000011 1111010 0 1000000 100011 11010 101001101 101111 110010

Color Harmonies of #BC437A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC437A

Black with #BC437A

Text Example


Text Example

White with #BC437A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC437A; }

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

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

background-color css

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

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

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

border-color css

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

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

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