Html Css Color HEX #BC44EE Medium Orchid

📋 copy color: '#BC44EE'

red 188 ◦ green 68 ◦ blue 238

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

Shades of Medium Orchid #BC44EE

Tints of Medium Orchid #BC44EE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.77%

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

R = 38.06%
G = 13.77%
B = 48.18%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC44EE (or 0xBC44EE) is known color: Medium Orchid. HEX triplet: BC, 44 and EE. RGB value is (188,68,238). Sum of RGB (Red+Green+Blue) = 188+68+238=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 68 (26.95% from 255 or 13.77% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC44EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC44EE is #43BB11. Grayscale: #7A7A7A. Windows color (decimal): -4438802 or 15615164. OLE color: 15615164.

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

Color convert

RGB 188 68 238 -
CMYK 0.21 0.71 0 0.07
HSL 282.35º 0.83% 0.6% -
HSV(B) 282.35º 0.71% 0.93% -
XYZ 38.24 21 82.93 -
YUV 123.26 192.76 174.18 -
System Red Green Blue C M Y K H S L
Decimal 188 68 238 0.21 0.71 0 0.07 282.35 0.83 0.6
Hex BC 44 EE 15 47 0 7 11A 53 3C
Octal 274 104 356 25 107 0 7 432 123 74
Binary 10111100 1000100 11101110 10101 1000111 0 111 100011010 1010011 111100

Color Harmonies of #BC44EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC44EE

Black with #BC44EE

Text Example


Text Example

White with #BC44EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC44EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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