Html Css Color HEX #BC76E5 Medium Orchid

📋 copy color: '#BC76E5'

red 188 ◦ green 118 ◦ blue 229

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

Shades of Medium Orchid #BC76E5

Tints of Medium Orchid #BC76E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.8%

R = 35.14%
G = 22.06%
B = 42.8%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC76E5 (or 0xBC76E5) is known color: Medium Orchid. HEX triplet: BC, 76 and E5. RGB value is (188,118,229). Sum of RGB (Red+Green+Blue) = 188+118+229=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC76E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76E5 is #43891A. Grayscale: #979797. Windows color (decimal): -4426011 or 15038140. OLE color: 15038140.

HSL color Cylindrical-coordinate representation of color #BC76E5: hue angle of 277.84º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC76E5 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 118 229 -
CMYK 0.18 0.48 0 0.10
HSL 277.84º 0.68% 0.68% -
HSV(B) 277.84º 0.48% 0.9% -
XYZ 41.36 29.31 77.61 -
YUV 151.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 188 118 229 0.18 0.48 0 0.10 277.84 0.68 0.68
Hex BC 76 E5 12 30 0 A 116 44 44
Octal 274 166 345 22 60 0 12 426 104 104
Binary 10111100 1110110 11100101 10010 110000 0 1010 100010110 1000100 1000100

Color Harmonies of #BC76E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC76E5

Black with #BC76E5

Text Example


Text Example

White with #BC76E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC76E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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