Html Css Color HEX #BC63CC Medium Orchid

📋 copy color: '#BC63CC'

red 188 ◦ green 99 ◦ blue 204

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

Shades of Medium Orchid #BC63CC

Tints of Medium Orchid #BC63CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 38.29%
G = 20.16%
B = 41.55%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC63CC (or 0xBC63CC) is known color: Medium Orchid. HEX triplet: BC, 63 and CC. RGB value is (188,99,204). Sum of RGB (Red+Green+Blue) = 188+99+204=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC63CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63CC is #439C33. Grayscale: #898989. Windows color (decimal): -4430900 or 13394876. OLE color: 13394876.

HSL color Cylindrical-coordinate representation of color #BC63CC: hue angle of 290.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC63CC is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 99 204 -
CMYK 0.08 0.51 0 0.2
HSL 290.86º 0.51% 0.59% -
HSV(B) 290.86º 0.51% 0.8% -
XYZ 36.1 23.97 59.85 -
YUV 137.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 188 99 204 0.08 0.51 0 0.2 290.86 0.51 0.59
Hex BC 63 CC 8 33 0 14 123 33 3B
Octal 274 143 314 10 63 0 24 443 63 73
Binary 10111100 1100011 11001100 1000 110011 0 10100 100100011 110011 111011

Color Harmonies of #BC63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63CC

Black with #BC63CC

Text Example


Text Example

White with #BC63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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