Html Css Color HEX #BC65DF Medium Orchid

📋 copy color: '#BC65DF'

red 188 ◦ green 101 ◦ blue 223

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

Shades of Medium Orchid #BC65DF

Tints of Medium Orchid #BC65DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.73%

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

R = 36.72%
G = 19.73%
B = 43.55%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC65DF (or 0xBC65DF) is known color: Medium Orchid. HEX triplet: BC, 65 and DF. RGB value is (188,101,223). Sum of RGB (Red+Green+Blue) = 188+101+223=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC65DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65DF is #439A20. Grayscale: #8C8C8C. Windows color (decimal): -4430369 or 14640572. OLE color: 14640572.

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

Color convert

RGB 188 101 223 -
CMYK 0.16 0.55 0 0.13
HSL 282.79º 0.66% 0.64% -
HSV(B) 282.79º 0.55% 0.87% -
XYZ 38.71 25.33 72.66 -
YUV 140.92 174.32 161.58 -
System Red Green Blue C M Y K H S L
Decimal 188 101 223 0.16 0.55 0 0.13 282.79 0.66 0.64
Hex BC 65 DF 10 37 0 D 11B 42 40
Octal 274 145 337 20 67 0 15 433 102 100
Binary 10111100 1100101 11011111 10000 110111 0 1101 100011011 1000010 1000000

Color Harmonies of #BC65DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC65DF

Black with #BC65DF

Text Example


Text Example

White with #BC65DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC65DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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