Html Css Color HEX #BC2EDA Medium Orchid

📋 copy color: '#BC2EDA'

red 188 ◦ green 46 ◦ blue 218

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

Shades of Medium Orchid #BC2EDA

Tints of Medium Orchid #BC2EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.23%

R = 41.59%
G = 10.18%
B = 48.23%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC2EDA (or 0xBC2EDA) is known color: Medium Orchid. HEX triplet: BC, 2E and DA. RGB value is (188,46,218). Sum of RGB (Red+Green+Blue) = 188+46+218=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC2EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2EDA is #43D125. Grayscale: #6B6B6B. Windows color (decimal): -4444454 or 14298812. OLE color: 14298812.

HSL color Cylindrical-coordinate representation of color #BC2EDA: hue angle of 289.53º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2EDA is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 46 218 -
CMYK 0.14 0.79 0 0.15
HSL 289.53º 0.7% 0.52% -
HSV(B) 289.53º 0.79% 0.85% -
XYZ 34.37 17.71 67.94 -
YUV 108.07 190.04 185.01 -
System Red Green Blue C M Y K H S L
Decimal 188 46 218 0.14 0.79 0 0.15 289.53 0.7 0.52
Hex BC 2E DA E 4F 0 F 122 46 34
Octal 274 56 332 16 117 0 17 442 106 64
Binary 10111100 101110 11011010 1110 1001111 0 1111 100100010 1000110 110100

Color Harmonies of #BC2EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2EDA

Black with #BC2EDA

Text Example


Text Example

White with #BC2EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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