Html Css Color HEX #BC6EEB Medium Orchid

📋 copy color: '#BC6EEB'

red 188 ◦ green 110 ◦ blue 235

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

Shades of Medium Orchid #BC6EEB

Tints of Medium Orchid #BC6EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.09%

R = 35.27%
G = 20.64%
B = 44.09%

CMYK

 C value IS 0.2

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC6EEB (or 0xBC6EEB) is known color: Medium Orchid. HEX triplet: BC, 6E and EB. RGB value is (188,110,235). Sum of RGB (Red+Green+Blue) = 188+110+235=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC6EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6EEB is #439114. Grayscale: #939393. Windows color (decimal): -4428053 or 15429308. OLE color: 15429308.

HSL color Cylindrical-coordinate representation of color #BC6EEB: hue angle of 277.44º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC6EEB is Cyan = 0.2, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 110 235 -
CMYK 0.2 0.53 0 0.08
HSL 277.44º 0.76% 0.68% -
HSV(B) 277.44º 0.53% 0.92% -
XYZ 41.31 27.84 81.79 -
YUV 147.57 177.34 156.84 -
System Red Green Blue C M Y K H S L
Decimal 188 110 235 0.2 0.53 0 0.08 277.44 0.76 0.68
Hex BC 6E EB 14 35 0 8 115 4C 44
Octal 274 156 353 24 65 0 10 425 114 104
Binary 10111100 1101110 11101011 10100 110101 0 1000 100010101 1001100 1000100

Color Harmonies of #BC6EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6EEB

Black with #BC6EEB

Text Example


Text Example

White with #BC6EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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