Html Css Color HEX #BC2ED8 Medium Orchid

📋 copy color: '#BC2ED8'

red 188 ◦ green 46 ◦ blue 216

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

Shades of Medium Orchid #BC2ED8

Tints of Medium Orchid #BC2ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48%

R = 41.78%
G = 10.22%
B = 48%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC2ED8 (or 0xBC2ED8) is known color: Medium Orchid. HEX triplet: BC, 2E and D8. RGB value is (188,46,216). Sum of RGB (Red+Green+Blue) = 188+46+216=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC2ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ED8 is #43D127. Grayscale: #6B6B6B. Windows color (decimal): -4444456 or 14167740. OLE color: 14167740.

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

Color convert

RGB 188 46 216 -
CMYK 0.13 0.79 0 0.15
HSL 290.12º 0.69% 0.51% -
HSV(B) 290.12º 0.79% 0.85% -
XYZ 34.11 17.6 66.57 -
YUV 107.84 189.04 185.18 -
System Red Green Blue C M Y K H S L
Decimal 188 46 216 0.13 0.79 0 0.15 290.12 0.69 0.51
Hex BC 2E D8 D 4F 0 F 122 45 33
Octal 274 56 330 15 117 0 17 442 105 63
Binary 10111100 101110 11011000 1101 1001111 0 1111 100100010 1000101 110011

Color Harmonies of #BC2ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2ED8

Black with #BC2ED8

Text Example


Text Example

White with #BC2ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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