Html Css Color HEX #BC37E0 Medium Orchid

📋 copy color: '#BC37E0'

red 188 ◦ green 55 ◦ blue 224

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

Shades of Medium Orchid #BC37E0

Tints of Medium Orchid #BC37E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.97%

R = 40.26%
G = 11.78%
B = 47.97%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC37E0 (or 0xBC37E0) is known color: Medium Orchid. HEX triplet: BC, 37 and E0. RGB value is (188,55,224). Sum of RGB (Red+Green+Blue) = 188+55+224=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC37E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37E0 is #43C81F. Grayscale: #717171. Windows color (decimal): -4442144 or 14694332. OLE color: 14694332.

HSL color Cylindrical-coordinate representation of color #BC37E0: hue angle of 287.22º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC37E0 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 55 224 -
CMYK 0.16 0.75 0 0.12
HSL 287.22º 0.73% 0.55% -
HSV(B) 287.22º 0.75% 0.88% -
XYZ 35.56 18.81 72.28 -
YUV 114.03 190.06 180.76 -
System Red Green Blue C M Y K H S L
Decimal 188 55 224 0.16 0.75 0 0.12 287.22 0.73 0.55
Hex BC 37 E0 10 4B 0 C 11F 49 37
Octal 274 67 340 20 113 0 14 437 111 67
Binary 10111100 110111 11100000 10000 1001011 0 1100 100011111 1001001 110111

Color Harmonies of #BC37E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC37E0

Black with #BC37E0

Text Example


Text Example

White with #BC37E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC37E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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