Html Css Color HEX #BC4068 Royal Heath

📋 copy color: '#BC4068'

red 188 ◦ green 64 ◦ blue 104

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

Shades of Royal Heath #BC4068

Tints of Royal Heath #BC4068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.21%

R = 52.81%
G = 17.98%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC4068 (or 0xBC4068) is known color: Royal Heath. HEX triplet: BC, 40 and 68. RGB value is (188,64,104). Sum of RGB (Red+Green+Blue) = 188+64+104=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4068 is #43BF97. Grayscale: #696969. Windows color (decimal): -4439960 or 6832316. OLE color: 6832316.

HSL color Cylindrical-coordinate representation of color #BC4068: hue angle of 340.65º 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 #BC4068 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 64 104 -
CMYK 0 0.66 0.45 0.26
HSL 340.65º 0.49% 0.49% -
HSV(B) 340.65º 0.66% 0.74% -
XYZ 25.07 15.36 14.74 -
YUV 105.64 127.08 186.75 -
System Red Green Blue C M Y K H S L
Decimal 188 64 104 0 0.66 0.45 0.26 340.65 0.49 0.49
Hex BC 40 68 0 42 2D 1A 155 31 31
Octal 274 100 150 0 102 55 32 525 61 61
Binary 10111100 1000000 1101000 0 1000010 101101 11010 101010101 110001 110001

Color Harmonies of #BC4068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4068

Black with #BC4068

Text Example


Text Example

White with #BC4068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4068; }

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

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

background-color css

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

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

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

border-color css

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

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

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