Html Css Color HEX #BC76E9 Medium Orchid

📋 copy color: '#BC76E9'

red 188 ◦ green 118 ◦ blue 233

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

Shades of Medium Orchid #BC76E9

Tints of Medium Orchid #BC76E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.23%

R = 34.88%
G = 21.89%
B = 43.23%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC76E9 (or 0xBC76E9) is known color: Medium Orchid. HEX triplet: BC, 76 and E9. RGB value is (188,118,233). Sum of RGB (Red+Green+Blue) = 188+118+233=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC76E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC76E9 is #438916. Grayscale: #979797. Windows color (decimal): -4426007 or 15300284. OLE color: 15300284.

HSL color Cylindrical-coordinate representation of color #BC76E9: hue angle of 276.52º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC76E9 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 118 233 -
CMYK 0.19 0.49 0 0.09
HSL 276.52º 0.72% 0.69% -
HSV(B) 276.52º 0.49% 0.91% -
XYZ 41.93 29.53 80.58 -
YUV 152.04 173.69 153.65 -
System Red Green Blue C M Y K H S L
Decimal 188 118 233 0.19 0.49 0 0.09 276.52 0.72 0.69
Hex BC 76 E9 13 31 0 9 115 48 45
Octal 274 166 351 23 61 0 11 425 110 105
Binary 10111100 1110110 11101001 10011 110001 0 1001 100010101 1001000 1000101

Color Harmonies of #BC76E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC76E9

Black with #BC76E9

Text Example


Text Example

White with #BC76E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC76E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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