Html Css Color HEX #BC4ADE Medium Orchid

📋 copy color: '#BC4ADE'

red 188 ◦ green 74 ◦ blue 222

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

Shades of Medium Orchid #BC4ADE

Tints of Medium Orchid #BC4ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.29%

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

R = 38.84%
G = 15.29%
B = 45.87%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC4ADE (or 0xBC4ADE) is known color: Medium Orchid. HEX triplet: BC, 4A and DE. RGB value is (188,74,222). Sum of RGB (Red+Green+Blue) = 188+74+222=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC4ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4ADE is #43B521. Grayscale: #7C7C7C. Windows color (decimal): -4437282 or 14568124. OLE color: 14568124.

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

Color convert

RGB 188 74 222 -
CMYK 0.15 0.67 0 0.13
HSL 286.22º 0.69% 0.58% -
HSV(B) 286.22º 0.67% 0.87% -
XYZ 36.37 20.86 71.22 -
YUV 124.96 182.77 172.97 -
System Red Green Blue C M Y K H S L
Decimal 188 74 222 0.15 0.67 0 0.13 286.22 0.69 0.58
Hex BC 4A DE F 43 0 D 11E 45 3A
Octal 274 112 336 17 103 0 15 436 105 72
Binary 10111100 1001010 11011110 1111 1000011 0 1101 100011110 1000101 111010

Color Harmonies of #BC4ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4ADE

Black with #BC4ADE

Text Example


Text Example

White with #BC4ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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