Html Css Color HEX #BC6FCA Medium Orchid

📋 copy color: '#BC6FCA'

red 188 ◦ green 111 ◦ blue 202

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

Shades of Medium Orchid #BC6FCA

Tints of Medium Orchid #BC6FCA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.16%

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

R = 37.52%
G = 22.16%
B = 40.32%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC6FCA (or 0xBC6FCA) is known color: Medium Orchid. HEX triplet: BC, 6F and CA. RGB value is (188,111,202). Sum of RGB (Red+Green+Blue) = 188+111+202=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC6FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FCA is #439035. Grayscale: #909090. Windows color (decimal): -4427830 or 13266876. OLE color: 13266876.

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

Color convert

RGB 188 111 202 -
CMYK 0.07 0.45 0 0.21
HSL 290.77º 0.46% 0.61% -
HSV(B) 290.77º 0.45% 0.79% -
XYZ 37.08 26.32 59 -
YUV 144.4 160.51 159.1 -
System Red Green Blue C M Y K H S L
Decimal 188 111 202 0.07 0.45 0 0.21 290.77 0.46 0.61
Hex BC 6F CA 7 2D 0 15 123 2E 3D
Octal 274 157 312 7 55 0 25 443 56 75
Binary 10111100 1101111 11001010 111 101101 0 10101 100100011 101110 111101

Color Harmonies of #BC6FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FCA

Black with #BC6FCA

Text Example


Text Example

White with #BC6FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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