Html Css Color HEX #BC6AF1 Medium Orchid

📋 copy color: '#BC6AF1'

red 188 ◦ green 106 ◦ blue 241

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

Shades of Medium Orchid #BC6AF1

Tints of Medium Orchid #BC6AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.05%

R = 35.14%
G = 19.81%
B = 45.05%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC6AF1 (or 0xBC6AF1) is known color: Medium Orchid. HEX triplet: BC, 6A and F1. RGB value is (188,106,241). Sum of RGB (Red+Green+Blue) = 188+106+241=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC6AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6AF1 is #43950E. Grayscale: #919191. Windows color (decimal): -4429071 or 15821500. OLE color: 15821500.

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

Color convert

RGB 188 106 241 -
CMYK 0.22 0.56 0 0.05
HSL 276.44º 0.83% 0.68% -
HSV(B) 276.44º 0.56% 0.95% -
XYZ 41.77 27.35 86.3 -
YUV 145.91 181.67 158.02 -
System Red Green Blue C M Y K H S L
Decimal 188 106 241 0.22 0.56 0 0.05 276.44 0.83 0.68
Hex BC 6A F1 16 38 0 5 114 53 44
Octal 274 152 361 26 70 0 5 424 123 104
Binary 10111100 1101010 11110001 10110 111000 0 101 100010100 1010011 1000100

Color Harmonies of #BC6AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6AF1

Black with #BC6AF1

Text Example


Text Example

White with #BC6AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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