Html Css Color HEX #BC5CEB Medium Orchid

📋 copy color: '#BC5CEB'

red 188 ◦ green 92 ◦ blue 235

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

Shades of Medium Orchid #BC5CEB

Tints of Medium Orchid #BC5CEB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.86%

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

R = 36.5%
G = 17.86%
B = 45.63%

CMYK

 C value IS 0.2

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC5CEB (or 0xBC5CEB) is known color: Medium Orchid. HEX triplet: BC, 5C and EB. RGB value is (188,92,235). Sum of RGB (Red+Green+Blue) = 188+92+235=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC5CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5CEB is #43A314. Grayscale: #888888. Windows color (decimal): -4432661 or 15424700. OLE color: 15424700.

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

Color convert

RGB 188 92 235 -
CMYK 0.2 0.61 0 0.08
HSL 280.28º 0.78% 0.64% -
HSV(B) 280.28º 0.61% 0.92% -
XYZ 39.56 24.34 81.21 -
YUV 137.01 183.3 164.37 -
System Red Green Blue C M Y K H S L
Decimal 188 92 235 0.2 0.61 0 0.08 280.28 0.78 0.64
Hex BC 5C EB 14 3D 0 8 118 4E 40
Octal 274 134 353 24 75 0 10 430 116 100
Binary 10111100 1011100 11101011 10100 111101 0 1000 100011000 1001110 1000000

Color Harmonies of #BC5CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5CEB

Black with #BC5CEB

Text Example


Text Example

White with #BC5CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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