Html Css Color HEX #BC4ADF Medium Orchid

📋 copy color: '#BC4ADF'

red 188 ◦ green 74 ◦ blue 223

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

Shades of Medium Orchid #BC4ADF

Tints of Medium Orchid #BC4ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 38.76%
G = 15.26%
B = 45.98%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC4ADF (or 0xBC4ADF) is known color: Medium Orchid. HEX triplet: BC, 4A and DF. RGB value is (188,74,223). Sum of RGB (Red+Green+Blue) = 188+74+223=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC4ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4ADF is #43B520. Grayscale: #7C7C7C. Windows color (decimal): -4437281 or 14633660. OLE color: 14633660.

HSL color Cylindrical-coordinate representation of color #BC4ADF: hue angle of 285.91º degrees, saturation: 0.7, 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 #BC4ADF is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 74 223 -
CMYK 0.16 0.67 0 0.13
HSL 285.91º 0.7% 0.58% -
HSV(B) 285.91º 0.67% 0.87% -
XYZ 36.51 20.92 71.93 -
YUV 125.07 183.27 172.88 -
System Red Green Blue C M Y K H S L
Decimal 188 74 223 0.16 0.67 0 0.13 285.91 0.7 0.58
Hex BC 4A DF 10 43 0 D 11E 46 3A
Octal 274 112 337 20 103 0 15 436 106 72
Binary 10111100 1001010 11011111 10000 1000011 0 1101 100011110 1000110 111010

Color Harmonies of #BC4ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4ADF

Black with #BC4ADF

Text Example


Text Example

White with #BC4ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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