Html Css Color HEX #BC45EF Medium Orchid

📋 copy color: '#BC45EF'

red 188 ◦ green 69 ◦ blue 239

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

Shades of Medium Orchid #BC45EF

Tints of Medium Orchid #BC45EF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.91%

 BLUE value IS 239 (93.75% from 255) = 48.19%

R = 37.9%
G = 13.91%
B = 48.19%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC45EF (or 0xBC45EF) is known color: Medium Orchid. HEX triplet: BC, 45 and EF. RGB value is (188,69,239). Sum of RGB (Red+Green+Blue) = 188+69+239=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 69 (27.34% from 255 or 13.91% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC45EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC45EF is #43BA10. Grayscale: #7B7B7B. Windows color (decimal): -4438545 or 15680956. OLE color: 15680956.

HSL color Cylindrical-coordinate representation of color #BC45EF: hue angle of 282º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC45EF is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 69 239 -
CMYK 0.21 0.71 0 0.06
HSL 282º 0.84% 0.6% -
HSV(B) 282º 0.71% 0.94% -
XYZ 38.45 21.18 83.72 -
YUV 123.96 192.92 173.68 -
System Red Green Blue C M Y K H S L
Decimal 188 69 239 0.21 0.71 0 0.06 282 0.84 0.6
Hex BC 45 EF 15 47 0 6 11A 54 3C
Octal 274 105 357 25 107 0 6 432 124 74
Binary 10111100 1000101 11101111 10101 1000111 0 110 100011010 1010100 111100

Color Harmonies of #BC45EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45EF

Black with #BC45EF

Text Example


Text Example

White with #BC45EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45EF; }

 p { color: rgb(188,69,239); }

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

background-color css

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

 a { background-color: rgb(188,69,239); }

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

border-color css

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

 span { border-color: rgb(188,69,239); }

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