Html Css Color HEX #BC64D0 Medium Orchid

📋 copy color: '#BC64D0'

red 188 ◦ green 100 ◦ blue 208

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

Shades of Medium Orchid #BC64D0

Tints of Medium Orchid #BC64D0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.16%

 BLUE value IS 208 (81.64% from 255) = 41.94%

R = 37.9%
G = 20.16%
B = 41.94%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC64D0 (or 0xBC64D0) is known color: Medium Orchid. HEX triplet: BC, 64 and D0. RGB value is (188,100,208). Sum of RGB (Red+Green+Blue) = 188+100+208=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC64D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64D0 is #439B2F. Grayscale: #8A8A8A. Windows color (decimal): -4430640 or 13657276. OLE color: 13657276.

HSL color Cylindrical-coordinate representation of color #BC64D0: hue angle of 288.89º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC64D0 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 100 208 -
CMYK 0.10 0.52 0 0.18
HSL 288.89º 0.53% 0.6% -
HSV(B) 288.89º 0.52% 0.82% -
XYZ 36.68 24.36 62.44 -
YUV 138.62 167.15 163.22 -
System Red Green Blue C M Y K H S L
Decimal 188 100 208 0.10 0.52 0 0.18 288.89 0.53 0.6
Hex BC 64 D0 A 34 0 12 121 35 3C
Octal 274 144 320 12 64 0 22 441 65 74
Binary 10111100 1100100 11010000 1010 110100 0 10010 100100001 110101 111100

Color Harmonies of #BC64D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64D0

Black with #BC64D0

Text Example


Text Example

White with #BC64D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64D0; }

 p { color: rgb(188,100,208); }

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

background-color css

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

 a { background-color: rgb(188,100,208); }

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

border-color css

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

 span { border-color: rgb(188,100,208); }

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