Html Css Color HEX #BC2EEB Medium Orchid

📋 copy color: '#BC2EEB'

red 188 ◦ green 46 ◦ blue 235

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

Shades of Medium Orchid #BC2EEB

Tints of Medium Orchid #BC2EEB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.81%

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

R = 40.09%
G = 9.81%
B = 50.11%

CMYK

 C value IS 0.2

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC2EEB (or 0xBC2EEB) is known color: Medium Orchid. HEX triplet: BC, 2E and EB. RGB value is (188,46,235). Sum of RGB (Red+Green+Blue) = 188+46+235=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC2EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2EEB is #43D114. Grayscale: #6D6D6D. Windows color (decimal): -4444437 or 15412924. OLE color: 15412924.

HSL color Cylindrical-coordinate representation of color #BC2EEB: hue angle of 285.08º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2EEB is Cyan = 0.2, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 46 235 -
CMYK 0.2 0.80 0 0.08
HSL 285.08º 0.83% 0.55% -
HSV(B) 285.08º 0.8% 0.92% -
XYZ 36.71 18.64 80.26 -
YUV 110 198.54 183.63 -
System Red Green Blue C M Y K H S L
Decimal 188 46 235 0.2 0.80 0 0.08 285.08 0.83 0.55
Hex BC 2E EB 14 50 0 8 11D 53 37
Octal 274 56 353 24 120 0 10 435 123 67
Binary 10111100 101110 11101011 10100 1010000 0 1000 100011101 1010011 110111

Color Harmonies of #BC2EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2EEB

Black with #BC2EEB

Text Example


Text Example

White with #BC2EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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