Html Css Color HEX #BC6BEC Medium Orchid

📋 copy color: '#BC6BEC'

red 188 ◦ green 107 ◦ blue 236

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

Shades of Medium Orchid #BC6BEC

Tints of Medium Orchid #BC6BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.15%

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

R = 35.4%
G = 20.15%
B = 44.44%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC6BEC (or 0xBC6BEC) is known color: Medium Orchid. HEX triplet: BC, 6B and EC. RGB value is (188,107,236). Sum of RGB (Red+Green+Blue) = 188+107+236=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC6BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6BEC is #439413. Grayscale: #919191. Windows color (decimal): -4428820 or 15494076. OLE color: 15494076.

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

Color convert

RGB 188 107 236 -
CMYK 0.20 0.55 0 0.07
HSL 277.67º 0.77% 0.67% -
HSV(B) 277.67º 0.55% 0.93% -
XYZ 41.14 27.26 82.45 -
YUV 145.93 178.84 158.01 -
System Red Green Blue C M Y K H S L
Decimal 188 107 236 0.20 0.55 0 0.07 277.67 0.77 0.67
Hex BC 6B EC 14 37 0 7 116 4D 43
Octal 274 153 354 24 67 0 7 426 115 103
Binary 10111100 1101011 11101100 10100 110111 0 111 100010110 1001101 1000011

Color Harmonies of #BC6BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6BEC

Black with #BC6BEC

Text Example


Text Example

White with #BC6BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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