Html Css Color HEX #BC3CEB Medium Orchid

📋 copy color: '#BC3CEB'

red 188 ◦ green 60 ◦ blue 235

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

Shades of Medium Orchid #BC3CEB

Tints of Medium Orchid #BC3CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.42%

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

R = 38.92%
G = 12.42%
B = 48.65%

CMYK

 C value IS 0.2

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC3CEB (or 0xBC3CEB) is known color: Medium Orchid. HEX triplet: BC, 3C and EB. RGB value is (188,60,235). Sum of RGB (Red+Green+Blue) = 188+60+235=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC3CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3CEB is #43C314. Grayscale: #757575. Windows color (decimal): -4440853 or 15416508. OLE color: 15416508.

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

Color convert

RGB 188 60 235 -
CMYK 0.2 0.74 0 0.08
HSL 283.89º 0.81% 0.58% -
HSV(B) 283.89º 0.74% 0.92% -
XYZ 37.35 19.92 80.47 -
YUV 118.22 193.91 177.77 -
System Red Green Blue C M Y K H S L
Decimal 188 60 235 0.2 0.74 0 0.08 283.89 0.81 0.58
Hex BC 3C EB 14 4A 0 8 11C 51 3A
Octal 274 74 353 24 112 0 10 434 121 72
Binary 10111100 111100 11101011 10100 1001010 0 1000 100011100 1010001 111010

Color Harmonies of #BC3CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3CEB

Black with #BC3CEB

Text Example


Text Example

White with #BC3CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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