Html Css Color HEX #BC43DE Medium Orchid

📋 copy color: '#BC43DE'

red 188 ◦ green 67 ◦ blue 222

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

Shades of Medium Orchid #BC43DE

Tints of Medium Orchid #BC43DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.54%

R = 39.41%
G = 14.05%
B = 46.54%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC43DE (or 0xBC43DE) is known color: Medium Orchid. HEX triplet: BC, 43 and DE. RGB value is (188,67,222). Sum of RGB (Red+Green+Blue) = 188+67+222=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 67 (26.56% from 255 or 14.05% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC43DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43DE is #43BC21. Grayscale: #787878. Windows color (decimal): -4439074 or 14566332. OLE color: 14566332.

HSL color Cylindrical-coordinate representation of color #BC43DE: hue angle of 286.84º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC43DE is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 67 222 -
CMYK 0.15 0.70 0 0.13
HSL 286.84º 0.7% 0.57% -
HSV(B) 286.84º 0.7% 0.87% -
XYZ 35.93 19.98 71.07 -
YUV 120.85 185.09 175.9 -
System Red Green Blue C M Y K H S L
Decimal 188 67 222 0.15 0.70 0 0.13 286.84 0.7 0.57
Hex BC 43 DE F 46 0 D 11F 46 39
Octal 274 103 336 17 106 0 15 437 106 71
Binary 10111100 1000011 11011110 1111 1000110 0 1101 100011111 1000110 111001

Color Harmonies of #BC43DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC43DE

Black with #BC43DE

Text Example


Text Example

White with #BC43DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC43DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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