Html Css Color HEX #BC6AEC Medium Orchid

📋 copy color: '#BC6AEC'

red 188 ◦ green 106 ◦ blue 236

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

Shades of Medium Orchid #BC6AEC

Tints of Medium Orchid #BC6AEC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20%

 BLUE value IS 236 (92.58% from 255) = 44.53%

R = 35.47%
G = 20%
B = 44.53%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC6AEC (or 0xBC6AEC) is known color: Medium Orchid. HEX triplet: BC, 6A and EC. RGB value is (188,106,236). Sum of RGB (Red+Green+Blue) = 188+106+236=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC6AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6AEC is #439513. Grayscale: #909090. Windows color (decimal): -4429076 or 15493820. OLE color: 15493820.

HSL color Cylindrical-coordinate representation of color #BC6AEC: hue angle of 277.85º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC6AEC is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 106 236 -
CMYK 0.20 0.55 0 0.07
HSL 277.85º 0.77% 0.67% -
HSV(B) 277.85º 0.55% 0.93% -
XYZ 41.03 27.06 82.42 -
YUV 145.34 179.17 158.43 -
System Red Green Blue C M Y K H S L
Decimal 188 106 236 0.20 0.55 0 0.07 277.85 0.77 0.67
Hex BC 6A EC 14 37 0 7 116 4D 43
Octal 274 152 354 24 67 0 7 426 115 103
Binary 10111100 1101010 11101100 10100 110111 0 111 100010110 1001101 1000011

Color Harmonies of #BC6AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6AEC

Black with #BC6AEC

Text Example


Text Example

White with #BC6AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6AEC; }

 p { color: rgb(188,106,236); }

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

background-color css

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

 a { background-color: rgb(188,106,236); }

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

border-color css

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

 span { border-color: rgb(188,106,236); }

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