Html Css Color HEX #BC38EF Medium Orchid

📋 copy color: '#BC38EF'

red 188 ◦ green 56 ◦ blue 239

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

Shades of Medium Orchid #BC38EF

Tints of Medium Orchid #BC38EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.48%

R = 38.92%
G = 11.59%
B = 49.48%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC38EF (or 0xBC38EF) is known color: Medium Orchid. HEX triplet: BC, 38 and EF. RGB value is (188,56,239). Sum of RGB (Red+Green+Blue) = 188+56+239=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 56 (22.27% from 255 or 11.59% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC38EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC38EF is #43C710. Grayscale: #737373. Windows color (decimal): -4441873 or 15677628. OLE color: 15677628.

HSL color Cylindrical-coordinate representation of color #BC38EF: hue angle of 283.28º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC38EF is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 56 239 -
CMYK 0.21 0.77 0 0.06
HSL 283.28º 0.85% 0.58% -
HSV(B) 283.28º 0.77% 0.94% -
XYZ 37.73 19.75 83.49 -
YUV 116.33 197.23 179.12 -
System Red Green Blue C M Y K H S L
Decimal 188 56 239 0.21 0.77 0 0.06 283.28 0.85 0.58
Hex BC 38 EF 15 4D 0 6 11B 55 3A
Octal 274 70 357 25 115 0 6 433 125 72
Binary 10111100 111000 11101111 10101 1001101 0 110 100011011 1010101 111010

Color Harmonies of #BC38EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38EF

Black with #BC38EF

Text Example


Text Example

White with #BC38EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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