Html Css Color HEX #BC6CE7 Medium Orchid

📋 copy color: '#BC6CE7'

red 188 ◦ green 108 ◦ blue 231

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

Shades of Medium Orchid #BC6CE7

Tints of Medium Orchid #BC6CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.83%

R = 35.67%
G = 20.49%
B = 43.83%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC6CE7 (or 0xBC6CE7) is known color: Medium Orchid. HEX triplet: BC, 6C and E7. RGB value is (188,108,231). Sum of RGB (Red+Green+Blue) = 188+108+231=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC6CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6CE7 is #439318. Grayscale: #919191. Windows color (decimal): -4428569 or 15166652. OLE color: 15166652.

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

Color convert

RGB 188 108 231 -
CMYK 0.19 0.53 0 0.09
HSL 279.02º 0.72% 0.66% -
HSV(B) 279.02º 0.53% 0.91% -
XYZ 40.53 27.19 78.71 -
YUV 145.94 176 158 -
System Red Green Blue C M Y K H S L
Decimal 188 108 231 0.19 0.53 0 0.09 279.02 0.72 0.66
Hex BC 6C E7 13 35 0 9 117 48 42
Octal 274 154 347 23 65 0 11 427 110 102
Binary 10111100 1101100 11100111 10011 110101 0 1001 100010111 1001000 1000010

Color Harmonies of #BC6CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6CE7

Black with #BC6CE7

Text Example


Text Example

White with #BC6CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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