Html Css Color HEX #BC43EF Medium Orchid

📋 copy color: '#BC43EF'

red 188 ◦ green 67 ◦ blue 239

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

Shades of Medium Orchid #BC43EF

Tints of Medium Orchid #BC43EF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.56%

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

R = 38.06%
G = 13.56%
B = 48.38%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC43EF (or 0xBC43EF) is known color: Medium Orchid. HEX triplet: BC, 43 and EF. RGB value is (188,67,239). Sum of RGB (Red+Green+Blue) = 188+67+239=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 67 (26.56% from 255 or 13.56% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC43EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC43EF is #43BC10. Grayscale: #7A7A7A. Windows color (decimal): -4439057 or 15680444. OLE color: 15680444.

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

Color convert

RGB 188 67 239 -
CMYK 0.21 0.72 0 0.06
HSL 282.21º 0.84% 0.6% -
HSV(B) 282.21º 0.72% 0.94% -
XYZ 38.33 20.94 83.68 -
YUV 122.79 193.59 174.51 -
System Red Green Blue C M Y K H S L
Decimal 188 67 239 0.21 0.72 0 0.06 282.21 0.84 0.6
Hex BC 43 EF 15 48 0 6 11A 54 3C
Octal 274 103 357 25 110 0 6 432 124 74
Binary 10111100 1000011 11101111 10101 1001000 0 110 100011010 1010100 111100

Color Harmonies of #BC43EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC43EF

Black with #BC43EF

Text Example


Text Example

White with #BC43EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC43EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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