Html Css Color HEX #BC68CA Medium Orchid

📋 copy color: '#BC68CA'

red 188 ◦ green 104 ◦ blue 202

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

Shades of Medium Orchid #BC68CA

Tints of Medium Orchid #BC68CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.89%

R = 38.06%
G = 21.05%
B = 40.89%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC68CA (or 0xBC68CA) is known color: Medium Orchid. HEX triplet: BC, 68 and CA. RGB value is (188,104,202). Sum of RGB (Red+Green+Blue) = 188+104+202=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC68CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68CA is #439735. Grayscale: #8B8B8B. Windows color (decimal): -4429622 or 13265084. OLE color: 13265084.

HSL color Cylindrical-coordinate representation of color #BC68CA: hue angle of 291.43º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC68CA is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 104 202 -
CMYK 0.07 0.49 0 0.21
HSL 291.43º 0.48% 0.6% -
HSV(B) 291.43º 0.49% 0.79% -
XYZ 36.35 24.86 58.76 -
YUV 140.29 162.83 162.03 -
System Red Green Blue C M Y K H S L
Decimal 188 104 202 0.07 0.49 0 0.21 291.43 0.48 0.6
Hex BC 68 CA 7 31 0 15 123 30 3C
Octal 274 150 312 7 61 0 25 443 60 74
Binary 10111100 1101000 11001010 111 110001 0 10101 100100011 110000 111100

Color Harmonies of #BC68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68CA

Black with #BC68CA

Text Example


Text Example

White with #BC68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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