Html Css Color HEX #BC6CEE Medium Orchid

📋 copy color: '#BC6CEE'

red 188 ◦ green 108 ◦ blue 238

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

Shades of Medium Orchid #BC6CEE

Tints of Medium Orchid #BC6CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.57%

R = 35.21%
G = 20.22%
B = 44.57%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC6CEE (or 0xBC6CEE) is known color: Medium Orchid. HEX triplet: BC, 6C and EE. RGB value is (188,108,238). Sum of RGB (Red+Green+Blue) = 188+108+238=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC6CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6CEE is #439311. Grayscale: #929292. Windows color (decimal): -4428562 or 15625404. OLE color: 15625404.

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

Color convert

RGB 188 108 238 -
CMYK 0.21 0.55 0 0.07
HSL 276.92º 0.79% 0.68% -
HSV(B) 276.92º 0.55% 0.93% -
XYZ 41.53 27.59 84.03 -
YUV 146.74 179.5 157.43 -
System Red Green Blue C M Y K H S L
Decimal 188 108 238 0.21 0.55 0 0.07 276.92 0.79 0.68
Hex BC 6C EE 15 37 0 7 115 4F 44
Octal 274 154 356 25 67 0 7 425 117 104
Binary 10111100 1101100 11101110 10101 110111 0 111 100010101 1001111 1000100

Color Harmonies of #BC6CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6CEE

Black with #BC6CEE

Text Example


Text Example

White with #BC6CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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