Html Css Color HEX #BC6AF0 Medium Orchid

📋 copy color: '#BC6AF0'

red 188 ◦ green 106 ◦ blue 240

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

Shades of Medium Orchid #BC6AF0

Tints of Medium Orchid #BC6AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.94%

R = 35.21%
G = 19.85%
B = 44.94%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC6AF0 (or 0xBC6AF0) is known color: Medium Orchid. HEX triplet: BC, 6A and F0. RGB value is (188,106,240). Sum of RGB (Red+Green+Blue) = 188+106+240=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC6AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6AF0 is #43950F. Grayscale: #919191. Windows color (decimal): -4429072 or 15755964. OLE color: 15755964.

HSL color Cylindrical-coordinate representation of color #BC6AF0: hue angle of 276.72º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC6AF0 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 106 240 -
CMYK 0.22 0.56 0 0.06
HSL 276.72º 0.82% 0.68% -
HSV(B) 276.72º 0.56% 0.94% -
XYZ 41.62 27.29 85.51 -
YUV 145.79 181.17 158.1 -
System Red Green Blue C M Y K H S L
Decimal 188 106 240 0.22 0.56 0 0.06 276.72 0.82 0.68
Hex BC 6A F0 16 38 0 6 115 52 44
Octal 274 152 360 26 70 0 6 425 122 104
Binary 10111100 1101010 11110000 10110 111000 0 110 100010101 1010010 1000100

Color Harmonies of #BC6AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6AF0

Black with #BC6AF0

Text Example


Text Example

White with #BC6AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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