Html Css Color HEX #BC38ED Medium Orchid

📋 copy color: '#BC38ED'

red 188 ◦ green 56 ◦ blue 237

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

Shades of Medium Orchid #BC38ED

Tints of Medium Orchid #BC38ED

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.64%

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

R = 39.09%
G = 11.64%
B = 49.27%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC38ED (or 0xBC38ED) is known color: Medium Orchid. HEX triplet: BC, 38 and ED. RGB value is (188,56,237). Sum of RGB (Red+Green+Blue) = 188+56+237=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC38ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC38ED is #43C712. Grayscale: #737373. Windows color (decimal): -4441875 or 15546556. OLE color: 15546556.

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

Color convert

RGB 188 56 237 -
CMYK 0.21 0.76 0 0.07
HSL 283.76º 0.83% 0.57% -
HSV(B) 283.76º 0.76% 0.93% -
XYZ 37.44 19.63 81.94 -
YUV 116.1 196.23 179.28 -
System Red Green Blue C M Y K H S L
Decimal 188 56 237 0.21 0.76 0 0.07 283.76 0.83 0.57
Hex BC 38 ED 15 4C 0 7 11C 53 39
Octal 274 70 355 25 114 0 7 434 123 71
Binary 10111100 111000 11101101 10101 1001100 0 111 100011100 1010011 111001

Color Harmonies of #BC38ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38ED

Black with #BC38ED

Text Example


Text Example

White with #BC38ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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