Html Css Color HEX #BC51FB Medium Orchid

📋 copy color: '#BC51FB'

red 188 ◦ green 81 ◦ blue 251

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

Shades of Medium Orchid #BC51FB

Tints of Medium Orchid #BC51FB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.58%

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

R = 36.15%
G = 15.58%
B = 48.27%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC51FB (or 0xBC51FB) is known color: Medium Orchid. HEX triplet: BC, 51 and FB. RGB value is (188,81,251). Sum of RGB (Red+Green+Blue) = 188+81+251=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC51FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC51FB is #43AE04. Grayscale: #838383. Windows color (decimal): -4435461 or 16470460. OLE color: 16470460.

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

Color convert

RGB 188 81 251 -
CMYK 0.25 0.68 0 0.02
HSL 277.76º 0.96% 0.65% -
HSV(B) 277.76º 0.68% 0.98% -
XYZ 41.09 23.54 93.64 -
YUV 132.37 194.95 167.68 -
System Red Green Blue C M Y K H S L
Decimal 188 81 251 0.25 0.68 0 0.02 277.76 0.96 0.65
Hex BC 51 FB 19 44 0 2 116 60 41
Octal 274 121 373 31 104 0 2 426 140 101
Binary 10111100 1010001 11111011 11001 1000100 0 10 100010110 1100000 1000001

Color Harmonies of #BC51FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC51FB

Black with #BC51FB

Text Example


Text Example

White with #BC51FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC51FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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