Html Css Color HEX #BC76E6 Medium Orchid

📋 copy color: '#BC76E6'

red 188 ◦ green 118 ◦ blue 230

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

Shades of Medium Orchid #BC76E6

Tints of Medium Orchid #BC76E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.91%

R = 35.07%
G = 22.01%
B = 42.91%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC76E6 (or 0xBC76E6) is known color: Medium Orchid. HEX triplet: BC, 76 and E6. RGB value is (188,118,230). Sum of RGB (Red+Green+Blue) = 188+118+230=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC76E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC76E6 is #438919. Grayscale: #979797. Windows color (decimal): -4426010 or 15103676. OLE color: 15103676.

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

Color convert

RGB 188 118 230 -
CMYK 0.18 0.49 0 0.10
HSL 277.5º 0.69% 0.68% -
HSV(B) 277.5º 0.49% 0.9% -
XYZ 41.5 29.36 78.34 -
YUV 151.7 172.19 153.89 -
System Red Green Blue C M Y K H S L
Decimal 188 118 230 0.18 0.49 0 0.10 277.5 0.69 0.68
Hex BC 76 E6 12 31 0 A 116 45 44
Octal 274 166 346 22 61 0 12 426 105 104
Binary 10111100 1110110 11100110 10010 110001 0 1010 100010110 1000101 1000100

Color Harmonies of #BC76E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC76E6

Black with #BC76E6

Text Example


Text Example

White with #BC76E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC76E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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