Html Css Color HEX #BC6CEC Medium Orchid

📋 copy color: '#BC6CEC'

red 188 ◦ green 108 ◦ blue 236

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

Shades of Medium Orchid #BC6CEC

Tints of Medium Orchid #BC6CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.3%

 BLUE value IS 236 (92.58% from 255) = 44.36%

R = 35.34%
G = 20.3%
B = 44.36%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC6CEC (or 0xBC6CEC) is known color: Medium Orchid. HEX triplet: BC, 6C and EC. RGB value is (188,108,236). Sum of RGB (Red+Green+Blue) = 188+108+236=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC6CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6CEC is #439313. Grayscale: #929292. Windows color (decimal): -4428564 or 15494332. OLE color: 15494332.

HSL color Cylindrical-coordinate representation of color #BC6CEC: hue angle of 277.5º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC6CEC is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 108 236 -
CMYK 0.20 0.54 0 0.07
HSL 277.5º 0.77% 0.67% -
HSV(B) 277.5º 0.54% 0.93% -
XYZ 41.24 27.47 82.49 -
YUV 146.51 178.5 157.59 -
System Red Green Blue C M Y K H S L
Decimal 188 108 236 0.20 0.54 0 0.07 277.5 0.77 0.67
Hex BC 6C EC 14 36 0 7 116 4D 43
Octal 274 154 354 24 66 0 7 426 115 103
Binary 10111100 1101100 11101100 10100 110110 0 111 100010110 1001101 1000011

Color Harmonies of #BC6CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6CEC

Black with #BC6CEC

Text Example


Text Example

White with #BC6CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6CEC; }

 p { color: rgb(188,108,236); }

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

background-color css

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

 a { background-color: rgb(188,108,236); }

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

border-color css

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

 span { border-color: rgb(188,108,236); }

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