Html Css Color HEX #BC5CF6 Medium Orchid

📋 copy color: '#BC5CF6'

red 188 ◦ green 92 ◦ blue 246

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

Shades of Medium Orchid #BC5CF6

Tints of Medium Orchid #BC5CF6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.49%

 BLUE value IS 246 (96.48% from 255) = 46.77%

R = 35.74%
G = 17.49%
B = 46.77%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC5CF6 (or 0xBC5CF6) is known color: Medium Orchid. HEX triplet: BC, 5C and F6. RGB value is (188,92,246). Sum of RGB (Red+Green+Blue) = 188+92+246=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC5CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5CF6 is #43A309. Grayscale: #898989. Windows color (decimal): -4432650 or 16145596. OLE color: 16145596.

HSL color Cylindrical-coordinate representation of color #BC5CF6: hue angle of 277.4º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC5CF6 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 92 246 -
CMYK 0.24 0.63 0 0.04
HSL 277.4º 0.9% 0.66% -
HSV(B) 277.4º 0.63% 0.96% -
XYZ 41.2 25 89.84 -
YUV 138.26 188.8 163.48 -
System Red Green Blue C M Y K H S L
Decimal 188 92 246 0.24 0.63 0 0.04 277.4 0.9 0.66
Hex BC 5C F6 18 3F 0 4 115 5A 42
Octal 274 134 366 30 77 0 4 425 132 102
Binary 10111100 1011100 11110110 11000 111111 0 100 100010101 1011010 1000010

Color Harmonies of #BC5CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5CF6

Black with #BC5CF6

Text Example


Text Example

White with #BC5CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5CF6; }

 p { color: rgb(188,92,246); }

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

background-color css

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

 a { background-color: rgb(188,92,246); }

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

border-color css

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

 span { border-color: rgb(188,92,246); }

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