Html Css Color HEX #BC3EED Medium Orchid

📋 copy color: '#BC3EED'

red 188 ◦ green 62 ◦ blue 237

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

Shades of Medium Orchid #BC3EED

Tints of Medium Orchid #BC3EED

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.73%

 BLUE value IS 237 (92.97% from 255) = 48.67%

R = 38.6%
G = 12.73%
B = 48.67%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC3EED (or 0xBC3EED) is known color: Medium Orchid. HEX triplet: BC, 3E and ED. RGB value is (188,62,237). Sum of RGB (Red+Green+Blue) = 188+62+237=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 62 (24.61% from 255 or 12.73% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC3EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3EED is #43C112. Grayscale: #777777. Windows color (decimal): -4440339 or 15548092. OLE color: 15548092.

HSL color Cylindrical-coordinate representation of color #BC3EED: hue angle of 283.2º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3EED is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 62 237 -
CMYK 0.21 0.74 0 0.07
HSL 283.2º 0.83% 0.59% -
HSV(B) 283.2º 0.74% 0.93% -
XYZ 37.75 20.25 82.04 -
YUV 119.62 194.24 176.77 -
System Red Green Blue C M Y K H S L
Decimal 188 62 237 0.21 0.74 0 0.07 283.2 0.83 0.59
Hex BC 3E ED 15 4A 0 7 11B 53 3B
Octal 274 76 355 25 112 0 7 433 123 73
Binary 10111100 111110 11101101 10101 1001010 0 111 100011011 1010011 111011

Color Harmonies of #BC3EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3EED

Black with #BC3EED

Text Example


Text Example

White with #BC3EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3EED; }

 p { color: rgb(188,62,237); }

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

background-color css

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

 a { background-color: rgb(188,62,237); }

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

border-color css

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

 span { border-color: rgb(188,62,237); }

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