Html Css Color HEX #BC49EB Medium Orchid

📋 copy color: '#BC49EB'

red 188 ◦ green 73 ◦ blue 235

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

Shades of Medium Orchid #BC49EB

Tints of Medium Orchid #BC49EB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.72%

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

R = 37.9%
G = 14.72%
B = 47.38%

CMYK

 C value IS 0.2

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC49EB (or 0xBC49EB) is known color: Medium Orchid. HEX triplet: BC, 49 and EB. RGB value is (188,73,235). Sum of RGB (Red+Green+Blue) = 188+73+235=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 73 (28.91% from 255 or 14.72% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC49EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC49EB is #43B614. Grayscale: #7D7D7D. Windows color (decimal): -4437525 or 15419836. OLE color: 15419836.

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

Color convert

RGB 188 73 235 -
CMYK 0.2 0.69 0 0.08
HSL 282.59º 0.8% 0.6% -
HSV(B) 282.59º 0.69% 0.92% -
XYZ 38.12 21.45 80.73 -
YUV 125.85 189.6 172.33 -
System Red Green Blue C M Y K H S L
Decimal 188 73 235 0.2 0.69 0 0.08 282.59 0.8 0.6
Hex BC 49 EB 14 45 0 8 11B 50 3C
Octal 274 111 353 24 105 0 10 433 120 74
Binary 10111100 1001001 11101011 10100 1000101 0 1000 100011011 1010000 111100

Color Harmonies of #BC49EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC49EB

Black with #BC49EB

Text Example


Text Example

White with #BC49EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC49EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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