Html Css Color HEX #BC37DE Medium Orchid

📋 copy color: '#BC37DE'

red 188 ◦ green 55 ◦ blue 222

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

Shades of Medium Orchid #BC37DE

Tints of Medium Orchid #BC37DE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.83%

 BLUE value IS 222 (87.11% from 255) = 47.74%

R = 40.43%
G = 11.83%
B = 47.74%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC37DE (or 0xBC37DE) is known color: Medium Orchid. HEX triplet: BC, 37 and DE. RGB value is (188,55,222). Sum of RGB (Red+Green+Blue) = 188+55+222=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC37DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37DE is #43C821. Grayscale: #717171. Windows color (decimal): -4442146 or 14563260. OLE color: 14563260.

HSL color Cylindrical-coordinate representation of color #BC37DE: hue angle of 287.78º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC37DE is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 55 222 -
CMYK 0.15 0.75 0 0.13
HSL 287.78º 0.72% 0.54% -
HSV(B) 287.78º 0.75% 0.87% -
XYZ 35.29 18.7 70.86 -
YUV 113.81 189.06 180.92 -
System Red Green Blue C M Y K H S L
Decimal 188 55 222 0.15 0.75 0 0.13 287.78 0.72 0.54
Hex BC 37 DE F 4B 0 D 120 48 36
Octal 274 67 336 17 113 0 15 440 110 66
Binary 10111100 110111 11011110 1111 1001011 0 1101 100100000 1001000 110110

Color Harmonies of #BC37DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC37DE

Black with #BC37DE

Text Example


Text Example

White with #BC37DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC37DE; }

 p { color: rgb(188,55,222); }

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

background-color css

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

 a { background-color: rgb(188,55,222); }

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

border-color css

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

 span { border-color: rgb(188,55,222); }

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