Html Css Color HEX #BC6ECB Medium Orchid

📋 copy color: '#BC6ECB'

red 188 ◦ green 110 ◦ blue 203

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

Shades of Medium Orchid #BC6ECB

Tints of Medium Orchid #BC6ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.96%

 BLUE value IS 203 (79.69% from 255) = 40.52%

R = 37.52%
G = 21.96%
B = 40.52%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC6ECB (or 0xBC6ECB) is known color: Medium Orchid. HEX triplet: BC, 6E and CB. RGB value is (188,110,203). Sum of RGB (Red+Green+Blue) = 188+110+203=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC6ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ECB is #439134. Grayscale: #8F8F8F. Windows color (decimal): -4428085 or 13332156. OLE color: 13332156.

HSL color Cylindrical-coordinate representation of color #BC6ECB: hue angle of 290.32º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6ECB is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 110 203 -
CMYK 0.07 0.46 0 0.20
HSL 290.32º 0.47% 0.61% -
HSV(B) 290.32º 0.46% 0.8% -
XYZ 37.09 26.16 59.59 -
YUV 143.92 161.34 159.44 -
System Red Green Blue C M Y K H S L
Decimal 188 110 203 0.07 0.46 0 0.20 290.32 0.47 0.61
Hex BC 6E CB 7 2E 0 14 122 2F 3D
Octal 274 156 313 7 56 0 24 442 57 75
Binary 10111100 1101110 11001011 111 101110 0 10100 100100010 101111 111101

Color Harmonies of #BC6ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6ECB

Black with #BC6ECB

Text Example


Text Example

White with #BC6ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6ECB; }

 p { color: rgb(188,110,203); }

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

background-color css

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

 a { background-color: rgb(188,110,203); }

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

border-color css

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

 span { border-color: rgb(188,110,203); }

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