Html Css Color HEX #BC6FEE Medium Orchid

📋 copy color: '#BC6FEE'

red 188 ◦ green 111 ◦ blue 238

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

Shades of Medium Orchid #BC6FEE

Tints of Medium Orchid #BC6FEE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.67%

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

R = 35.01%
G = 20.67%
B = 44.32%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC6FEE (or 0xBC6FEE) is known color: Medium Orchid. HEX triplet: BC, 6F and EE. RGB value is (188,111,238). Sum of RGB (Red+Green+Blue) = 188+111+238=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC6FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6FEE is #439011. Grayscale: #949494. Windows color (decimal): -4427794 or 15626172. OLE color: 15626172.

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

Color convert

RGB 188 111 238 -
CMYK 0.21 0.53 0 0.07
HSL 276.38º 0.79% 0.68% -
HSV(B) 276.38º 0.53% 0.93% -
XYZ 41.86 28.23 84.13 -
YUV 148.5 178.51 156.17 -
System Red Green Blue C M Y K H S L
Decimal 188 111 238 0.21 0.53 0 0.07 276.38 0.79 0.68
Hex BC 6F EE 15 35 0 7 114 4F 44
Octal 274 157 356 25 65 0 7 424 117 104
Binary 10111100 1101111 11101110 10101 110101 0 111 100010100 1001111 1000100

Color Harmonies of #BC6FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FEE

Black with #BC6FEE

Text Example


Text Example

White with #BC6FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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