Html Css Color HEX #BC74DF Medium Orchid

📋 copy color: '#BC74DF'

red 188 ◦ green 116 ◦ blue 223

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

Shades of Medium Orchid #BC74DF

Tints of Medium Orchid #BC74DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.01%

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

R = 35.67%
G = 22.01%
B = 42.31%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC74DF (or 0xBC74DF) is known color: Medium Orchid. HEX triplet: BC, 74 and DF. RGB value is (188,116,223). Sum of RGB (Red+Green+Blue) = 188+116+223=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC74DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74DF is #438B20. Grayscale: #959595. Windows color (decimal): -4426529 or 14644412. OLE color: 14644412.

HSL color Cylindrical-coordinate representation of color #BC74DF: hue angle of 280.37º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC74DF is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 116 223 -
CMYK 0.16 0.48 0 0.13
HSL 280.37º 0.63% 0.66% -
HSV(B) 280.37º 0.48% 0.87% -
XYZ 40.3 28.51 73.19 -
YUV 149.73 169.35 155.3 -
System Red Green Blue C M Y K H S L
Decimal 188 116 223 0.16 0.48 0 0.13 280.37 0.63 0.66
Hex BC 74 DF 10 30 0 D 118 3F 42
Octal 274 164 337 20 60 0 15 430 77 102
Binary 10111100 1110100 11011111 10000 110000 0 1101 100011000 111111 1000010

Color Harmonies of #BC74DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC74DF

Black with #BC74DF

Text Example


Text Example

White with #BC74DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC74DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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