Html Css Color HEX #BC56FF Medium Orchid

📋 copy color: '#BC56FF'

red 188 ◦ green 86 ◦ blue 255

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

Shades of Medium Orchid #BC56FF

Tints of Medium Orchid #BC56FF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.26%

 BLUE value IS 255 (100% from 255) = 48.2%

R = 35.54%
G = 16.26%
B = 48.2%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC56FF (or 0xBC56FF) is known color: Medium Orchid. HEX triplet: BC, 56 and FF. RGB value is (188,86,255). Sum of RGB (Red+Green+Blue) = 188+86+255=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 86 (33.98% from 255 or 16.26% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC56FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC56FF is #43A900. Grayscale: #878787. Windows color (decimal): -4434177 or 16733884. OLE color: 16733884.

HSL color Cylindrical-coordinate representation of color #BC56FF: hue angle of 276.21º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC56FF is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 86 255 -
CMYK 0.26 0.66 0 0
HSL 276.21º 1% 0.67% -
HSV(B) 276.21º 0.66% 1% -
XYZ 42.12 24.57 97.13 -
YUV 135.76 195.29 165.26 -
System Red Green Blue C M Y K H S L
Decimal 188 86 255 0.26 0.66 0 0 276.21 1 0.67
Hex BC 56 FF 1A 42 0 0 114 64 43
Octal 274 126 377 32 102 0 0 424 144 103
Binary 10111100 1010110 11111111 11010 1000010 0 0 100010100 1100100 1000011

Color Harmonies of #BC56FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC56FF

Black with #BC56FF

Text Example


Text Example

White with #BC56FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC56FF; }

 p { color: rgb(188,86,255); }

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

background-color css

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

 a { background-color: rgb(188,86,255); }

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

border-color css

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

 span { border-color: rgb(188,86,255); }

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