Html Css Color HEX #BC49E5 Medium Orchid

📋 copy color: '#BC49E5'

red 188 ◦ green 73 ◦ blue 229

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

Shades of Medium Orchid #BC49E5

Tints of Medium Orchid #BC49E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.73%

R = 38.37%
G = 14.9%
B = 46.73%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC49E5 (or 0xBC49E5) is known color: Medium Orchid. HEX triplet: BC, 49 and E5. RGB value is (188,73,229). Sum of RGB (Red+Green+Blue) = 188+73+229=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC49E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49E5 is #43B61A. Grayscale: #7C7C7C. Windows color (decimal): -4437531 or 15026620. OLE color: 15026620.

HSL color Cylindrical-coordinate representation of color #BC49E5: hue angle of 284.23º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC49E5 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 73 229 -
CMYK 0.18 0.68 0 0.10
HSL 284.23º 0.75% 0.59% -
HSV(B) 284.23º 0.68% 0.9% -
XYZ 37.26 21.11 76.24 -
YUV 125.17 186.6 172.82 -
System Red Green Blue C M Y K H S L
Decimal 188 73 229 0.18 0.68 0 0.10 284.23 0.75 0.59
Hex BC 49 E5 12 44 0 A 11C 4B 3B
Octal 274 111 345 22 104 0 12 434 113 73
Binary 10111100 1001001 11100101 10010 1000100 0 1010 100011100 1001011 111011

Color Harmonies of #BC49E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC49E5

Black with #BC49E5

Text Example


Text Example

White with #BC49E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC49E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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