Html Css Color HEX #BC37EB Medium Orchid

📋 copy color: '#BC37EB'

red 188 ◦ green 55 ◦ blue 235

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

Shades of Medium Orchid #BC37EB

Tints of Medium Orchid #BC37EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 39.33%
G = 11.51%
B = 49.16%

CMYK

 C value IS 0.2

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC37EB (or 0xBC37EB) is known color: Medium Orchid. HEX triplet: BC, 37 and EB. RGB value is (188,55,235). Sum of RGB (Red+Green+Blue) = 188+55+235=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 55 (21.88% from 255 or 11.51% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC37EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC37EB is #43C814. Grayscale: #727272. Windows color (decimal): -4442133 or 15415228. OLE color: 15415228.

HSL color Cylindrical-coordinate representation of color #BC37EB: hue angle of 284.33º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC37EB is Cyan = 0.2, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 55 235 -
CMYK 0.2 0.77 0 0.08
HSL 284.33º 0.82% 0.57% -
HSV(B) 284.33º 0.77% 0.92% -
XYZ 37.1 19.42 80.39 -
YUV 115.29 195.56 179.86 -
System Red Green Blue C M Y K H S L
Decimal 188 55 235 0.2 0.77 0 0.08 284.33 0.82 0.57
Hex BC 37 EB 14 4D 0 8 11C 52 39
Octal 274 67 353 24 115 0 10 434 122 71
Binary 10111100 110111 11101011 10100 1001101 0 1000 100011100 1010010 111001

Color Harmonies of #BC37EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC37EB

Black with #BC37EB

Text Example


Text Example

White with #BC37EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC37EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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