Html Css Color HEX #BC57FB Medium Orchid

📋 copy color: '#BC57FB'

red 188 ◦ green 87 ◦ blue 251

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

Shades of Medium Orchid #BC57FB

Tints of Medium Orchid #BC57FB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.54%

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

R = 35.74%
G = 16.54%
B = 47.72%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC57FB (or 0xBC57FB) is known color: Medium Orchid. HEX triplet: BC, 57 and FB. RGB value is (188,87,251). Sum of RGB (Red+Green+Blue) = 188+87+251=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 87 (34.38% from 255 or 16.54% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC57FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC57FB is #43A804. Grayscale: #878787. Windows color (decimal): -4433925 or 16471996. OLE color: 16471996.

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

Color convert

RGB 188 87 251 -
CMYK 0.25 0.65 0 0.02
HSL 276.95º 0.95% 0.66% -
HSV(B) 276.95º 0.65% 0.98% -
XYZ 41.56 24.47 93.8 -
YUV 135.9 192.96 165.16 -
System Red Green Blue C M Y K H S L
Decimal 188 87 251 0.25 0.65 0 0.02 276.95 0.95 0.66
Hex BC 57 FB 19 41 0 2 115 5F 42
Octal 274 127 373 31 101 0 2 425 137 102
Binary 10111100 1010111 11111011 11001 1000001 0 10 100010101 1011111 1000010

Color Harmonies of #BC57FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC57FB

Black with #BC57FB

Text Example


Text Example

White with #BC57FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC57FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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