Html Css Color HEX #BC68CC Medium Orchid

📋 copy color: '#BC68CC'

red 188 ◦ green 104 ◦ blue 204

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

Shades of Medium Orchid #BC68CC

Tints of Medium Orchid #BC68CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.97%

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

R = 37.9%
G = 20.97%
B = 41.13%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC68CC (or 0xBC68CC) is known color: Medium Orchid. HEX triplet: BC, 68 and CC. RGB value is (188,104,204). Sum of RGB (Red+Green+Blue) = 188+104+204=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC68CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68CC is #439733. Grayscale: #8C8C8C. Windows color (decimal): -4429620 or 13396156. OLE color: 13396156.

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

Color convert

RGB 188 104 204 -
CMYK 0.08 0.49 0 0.2
HSL 290.4º 0.5% 0.6% -
HSV(B) 290.4º 0.49% 0.8% -
XYZ 36.59 24.95 60.01 -
YUV 140.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 188 104 204 0.08 0.49 0 0.2 290.4 0.5 0.6
Hex BC 68 CC 8 31 0 14 122 32 3C
Octal 274 150 314 10 61 0 24 442 62 74
Binary 10111100 1101000 11001100 1000 110001 0 10100 100100010 110010 111100

Color Harmonies of #BC68CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68CC

Black with #BC68CC

Text Example


Text Example

White with #BC68CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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