Html Css Color HEX #BC39EE Medium Orchid

📋 copy color: '#BC39EE'

red 188 ◦ green 57 ◦ blue 238

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

Shades of Medium Orchid #BC39EE

Tints of Medium Orchid #BC39EE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.8%

 BLUE value IS 238 (93.36% from 255) = 49.28%

R = 38.92%
G = 11.8%
B = 49.28%

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

#BC39EE (or 0xBC39EE) is known color: Medium Orchid. HEX triplet: BC, 39 and EE. RGB value is (188,57,238). Sum of RGB (Red+Green+Blue) = 188+57+238=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 57 (22.66% from 255 or 11.80% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC39EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC39EE is #43C611. Grayscale: #747474. Windows color (decimal): -4441618 or 15612348. OLE color: 15612348.

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

Color convert

RGB 188 57 238 -
CMYK 0.21 0.76 0 0.07
HSL 283.43º 0.84% 0.58% -
HSV(B) 283.43º 0.76% 0.93% -
XYZ 37.63 19.79 82.73 -
YUV 116.8 196.4 178.78 -
System Red Green Blue C M Y K H S L
Decimal 188 57 238 0.21 0.76 0 0.07 283.43 0.84 0.58
Hex BC 39 EE 15 4C 0 7 11B 54 3A
Octal 274 71 356 25 114 0 7 433 124 72
Binary 10111100 111001 11101110 10101 1001100 0 111 100011011 1010100 111010

Color Harmonies of #BC39EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC39EE

Black with #BC39EE

Text Example


Text Example

White with #BC39EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC39EE; }

 p { color: rgb(188,57,238); }

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

background-color css

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

 a { background-color: rgb(188,57,238); }

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

border-color css

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

 span { border-color: rgb(188,57,238); }

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