Html Css Color HEX #BC6FEB Medium Orchid

📋 copy color: '#BC6FEB'

red 188 ◦ green 111 ◦ blue 235

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

Shades of Medium Orchid #BC6FEB

Tints of Medium Orchid #BC6FEB

RGB

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

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

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

R = 35.21%
G = 20.79%
B = 44.01%

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

#BC6FEB (or 0xBC6FEB) is known color: Medium Orchid. HEX triplet: BC, 6F and EB. RGB value is (188,111,235). Sum of RGB (Red+Green+Blue) = 188+111+235=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC6FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6FEB is #439014. Grayscale: #939393. Windows color (decimal): -4427797 or 15429564. OLE color: 15429564.

HSL color Cylindrical-coordinate representation of color #BC6FEB: hue angle of 277.26º 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 #BC6FEB is Cyan = 0.2, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 111 235 -
CMYK 0.2 0.53 0 0.08
HSL 277.26º 0.76% 0.68% -
HSV(B) 277.26º 0.53% 0.92% -
XYZ 41.42 28.06 81.83 -
YUV 148.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 188 111 235 0.2 0.53 0 0.08 277.26 0.76 0.68
Hex BC 6F EB 14 35 0 8 115 4C 44
Octal 274 157 353 24 65 0 10 425 114 104
Binary 10111100 1101111 11101011 10100 110101 0 1000 100010101 1001100 1000100

Color Harmonies of #BC6FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FEB

Black with #BC6FEB

Text Example


Text Example

White with #BC6FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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