Html Css Color HEX #BC50FB Medium Orchid

📋 copy color: '#BC50FB'

red 188 ◦ green 80 ◦ blue 251

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

Shades of Medium Orchid #BC50FB

Tints of Medium Orchid #BC50FB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.41%

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

R = 36.22%
G = 15.41%
B = 48.36%

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

#BC50FB (or 0xBC50FB) is known color: Medium Orchid. HEX triplet: BC, 50 and FB. RGB value is (188,80,251). Sum of RGB (Red+Green+Blue) = 188+80+251=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC50FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC50FB is #43AF04. Grayscale: #838383. Windows color (decimal): -4435717 or 16470204. OLE color: 16470204.

HSL color Cylindrical-coordinate representation of color #BC50FB: hue angle of 277.89º 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 #BC50FB is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 80 251 -
CMYK 0.25 0.68 0 0.02
HSL 277.89º 0.96% 0.65% -
HSV(B) 277.89º 0.68% 0.98% -
XYZ 41.02 23.39 93.62 -
YUV 131.79 195.28 168.1 -
System Red Green Blue C M Y K H S L
Decimal 188 80 251 0.25 0.68 0 0.02 277.89 0.96 0.65
Hex BC 50 FB 19 44 0 2 116 60 41
Octal 274 120 373 31 104 0 2 426 140 101
Binary 10111100 1010000 11111011 11001 1000100 0 10 100010110 1100000 1000001

Color Harmonies of #BC50FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC50FB

Black with #BC50FB

Text Example


Text Example

White with #BC50FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC50FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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