Html Css Color HEX #BC55EE Medium Orchid

📋 copy color: '#BC55EE'

red 188 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #BC55EE

Tints of Medium Orchid #BC55EE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.63%

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

R = 36.79%
G = 16.63%
B = 46.58%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC55EE (or 0xBC55EE) is known color: Medium Orchid. HEX triplet: BC, 55 and EE. RGB value is (188,85,238). Sum of RGB (Red+Green+Blue) = 188+85+238=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC55EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC55EE is #43AA11. Grayscale: #848484. Windows color (decimal): -4434450 or 15619516. OLE color: 15619516.

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

Color convert

RGB 188 85 238 -
CMYK 0.21 0.64 0 0.07
HSL 280.39º 0.82% 0.63% -
HSV(B) 280.39º 0.64% 0.93% -
XYZ 39.42 23.36 83.32 -
YUV 133.24 187.12 167.06 -
System Red Green Blue C M Y K H S L
Decimal 188 85 238 0.21 0.64 0 0.07 280.39 0.82 0.63
Hex BC 55 EE 15 40 0 7 118 52 3F
Octal 274 125 356 25 100 0 7 430 122 77
Binary 10111100 1010101 11101110 10101 1000000 0 111 100011000 1010010 111111

Color Harmonies of #BC55EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC55EE

Black with #BC55EE

Text Example


Text Example

White with #BC55EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC55EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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