Html Css Color HEX #BC6CEB Medium Orchid

📋 copy color: '#BC6CEB'

red 188 ◦ green 108 ◦ blue 235

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

Shades of Medium Orchid #BC6CEB

Tints of Medium Orchid #BC6CEB

RGB

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

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

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

R = 35.4%
G = 20.34%
B = 44.26%

CMYK

 C value IS 0.2

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC6CEB (or 0xBC6CEB) is known color: Medium Orchid. HEX triplet: BC, 6C and EB. RGB value is (188,108,235). Sum of RGB (Red+Green+Blue) = 188+108+235=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC6CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6CEB is #439314. Grayscale: #919191. Windows color (decimal): -4428565 or 15428796. OLE color: 15428796.

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

Color convert

RGB 188 108 235 -
CMYK 0.2 0.54 0 0.08
HSL 277.8º 0.76% 0.67% -
HSV(B) 277.8º 0.54% 0.92% -
XYZ 41.1 27.41 81.72 -
YUV 146.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 188 108 235 0.2 0.54 0 0.08 277.8 0.76 0.67
Hex BC 6C EB 14 36 0 8 116 4C 43
Octal 274 154 353 24 66 0 10 426 114 103
Binary 10111100 1101100 11101011 10100 110110 0 1000 100010110 1001100 1000011

Color Harmonies of #BC6CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6CEB

Black with #BC6CEB

Text Example


Text Example

White with #BC6CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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