Html Css Color HEX #BC63CF Medium Orchid

📋 copy color: '#BC63CF'

red 188 ◦ green 99 ◦ blue 207

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

Shades of Medium Orchid #BC63CF

Tints of Medium Orchid #BC63CF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.04%

 BLUE value IS 207 (81.25% from 255) = 41.9%

R = 38.06%
G = 20.04%
B = 41.9%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC63CF (or 0xBC63CF) is known color: Medium Orchid. HEX triplet: BC, 63 and CF. RGB value is (188,99,207). Sum of RGB (Red+Green+Blue) = 188+99+207=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC63CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63CF is #439C30. Grayscale: #898989. Windows color (decimal): -4430897 or 13591484. OLE color: 13591484.

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

Color convert

RGB 188 99 207 -
CMYK 0.09 0.52 0 0.19
HSL 289.44º 0.53% 0.6% -
HSV(B) 289.44º 0.52% 0.81% -
XYZ 36.46 24.12 61.77 -
YUV 137.92 166.99 163.72 -
System Red Green Blue C M Y K H S L
Decimal 188 99 207 0.09 0.52 0 0.19 289.44 0.53 0.6
Hex BC 63 CF 9 34 0 13 121 35 3C
Octal 274 143 317 11 64 0 23 441 65 74
Binary 10111100 1100011 11001111 1001 110100 0 10011 100100001 110101 111100

Color Harmonies of #BC63CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63CF

Black with #BC63CF

Text Example


Text Example

White with #BC63CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63CF; }

 p { color: rgb(188,99,207); }

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

background-color css

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

 a { background-color: rgb(188,99,207); }

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

border-color css

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

 span { border-color: rgb(188,99,207); }

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