Html Css Color HEX #BC56FB Medium Orchid

📋 copy color: '#BC56FB'

red 188 ◦ green 86 ◦ blue 251

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

Shades of Medium Orchid #BC56FB

Tints of Medium Orchid #BC56FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.81%

R = 35.81%
G = 16.38%
B = 47.81%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC56FB (or 0xBC56FB) is known color: Medium Orchid. HEX triplet: BC, 56 and FB. RGB value is (188,86,251). Sum of RGB (Red+Green+Blue) = 188+86+251=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 86 (33.98% from 255 or 16.38% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC56FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC56FB is #43A904. Grayscale: #868686. Windows color (decimal): -4434181 or 16471740. OLE color: 16471740.

HSL color Cylindrical-coordinate representation of color #BC56FB: hue angle of 277.09º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC56FB is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 86 251 -
CMYK 0.25 0.66 0 0.02
HSL 277.09º 0.95% 0.66% -
HSV(B) 277.09º 0.66% 0.98% -
XYZ 41.48 24.31 93.77 -
YUV 135.31 193.29 165.58 -
System Red Green Blue C M Y K H S L
Decimal 188 86 251 0.25 0.66 0 0.02 277.09 0.95 0.66
Hex BC 56 FB 19 42 0 2 115 5F 42
Octal 274 126 373 31 102 0 2 425 137 102
Binary 10111100 1010110 11111011 11001 1000010 0 10 100010101 1011111 1000010

Color Harmonies of #BC56FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC56FB

Black with #BC56FB

Text Example


Text Example

White with #BC56FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC56FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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