Html Css Color HEX #BC44ED Medium Orchid

📋 copy color: '#BC44ED'

red 188 ◦ green 68 ◦ blue 237

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

Shades of Medium Orchid #BC44ED

Tints of Medium Orchid #BC44ED

RGB

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

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

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

R = 38.13%
G = 13.79%
B = 48.07%

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

#BC44ED (or 0xBC44ED) is known color: Medium Orchid. HEX triplet: BC, 44 and ED. RGB value is (188,68,237). Sum of RGB (Red+Green+Blue) = 188+68+237=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC44ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC44ED is #43BB12. Grayscale: #7A7A7A. Windows color (decimal): -4438803 or 15549628. OLE color: 15549628.

HSL color Cylindrical-coordinate representation of color #BC44ED: hue angle of 282.6º degrees, saturation: 0.82, 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 #BC44ED is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 68 237 -
CMYK 0.21 0.71 0 0.07
HSL 282.6º 0.82% 0.6% -
HSV(B) 282.6º 0.71% 0.93% -
XYZ 38.09 20.94 82.15 -
YUV 123.15 192.26 174.26 -
System Red Green Blue C M Y K H S L
Decimal 188 68 237 0.21 0.71 0 0.07 282.6 0.82 0.6
Hex BC 44 ED 15 47 0 7 11B 52 3C
Octal 274 104 355 25 107 0 7 433 122 74
Binary 10111100 1000100 11101101 10101 1000111 0 111 100011011 1010010 111100

Color Harmonies of #BC44ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC44ED

Black with #BC44ED

Text Example


Text Example

White with #BC44ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC44ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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