Html Css Color HEX #BC65DC Medium Orchid

📋 copy color: '#BC65DC'

red 188 ◦ green 101 ◦ blue 220

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

Shades of Medium Orchid #BC65DC

Tints of Medium Orchid #BC65DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 36.94%
G = 19.84%
B = 43.22%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC65DC (or 0xBC65DC) is known color: Medium Orchid. HEX triplet: BC, 65 and DC. RGB value is (188,101,220). Sum of RGB (Red+Green+Blue) = 188+101+220=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC65DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65DC is #439A23. Grayscale: #8C8C8C. Windows color (decimal): -4430372 or 14443964. OLE color: 14443964.

HSL color Cylindrical-coordinate representation of color #BC65DC: hue angle of 283.87º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC65DC is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 101 220 -
CMYK 0.15 0.54 0 0.14
HSL 283.87º 0.63% 0.63% -
HSV(B) 283.87º 0.54% 0.86% -
XYZ 38.31 25.17 70.55 -
YUV 140.58 172.82 161.82 -
System Red Green Blue C M Y K H S L
Decimal 188 101 220 0.15 0.54 0 0.14 283.87 0.63 0.63
Hex BC 65 DC F 36 0 E 11C 3F 3F
Octal 274 145 334 17 66 0 16 434 77 77
Binary 10111100 1100101 11011100 1111 110110 0 1110 100011100 111111 111111

Color Harmonies of #BC65DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC65DC

Black with #BC65DC

Text Example


Text Example

White with #BC65DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC65DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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