Html Css Color HEX #BC76C6 Medium Orchid

📋 copy color: '#BC76C6'

red 188 ◦ green 118 ◦ blue 198

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

Shades of Medium Orchid #BC76C6

Tints of Medium Orchid #BC76C6

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.41%

 BLUE value IS 198 (77.73% from 255) = 39.29%

R = 37.3%
G = 23.41%
B = 39.29%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC76C6 (or 0xBC76C6) is known color: Medium Orchid. HEX triplet: BC, 76 and C6. RGB value is (188,118,198). Sum of RGB (Red+Green+Blue) = 188+118+198=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC76C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76C6 is #438939. Grayscale: #939393. Windows color (decimal): -4426042 or 13006524. OLE color: 13006524.

HSL color Cylindrical-coordinate representation of color #BC76C6: hue angle of 292.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC76C6 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 118 198 -
CMYK 0.05 0.40 0 0.22
HSL 292.5º 0.41% 0.62% -
HSV(B) 292.5º 0.4% 0.78% -
XYZ 37.41 27.73 56.81 -
YUV 148.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 188 118 198 0.05 0.40 0 0.22 292.5 0.41 0.62
Hex BC 76 C6 5 28 0 16 124 29 3E
Octal 274 166 306 5 50 0 26 444 51 76
Binary 10111100 1110110 11000110 101 101000 0 10110 100100100 101001 111110

Color Harmonies of #BC76C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC76C6

Black with #BC76C6

Text Example


Text Example

White with #BC76C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC76C6; }

 p { color: rgb(188,118,198); }

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

background-color css

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

 a { background-color: rgb(188,118,198); }

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

border-color css

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

 span { border-color: rgb(188,118,198); }

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