Html Css Color HEX #BC50FD Medium Orchid

📋 copy color: '#BC50FD'

red 188 ◦ green 80 ◦ blue 253

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

Shades of Medium Orchid #BC50FD

Tints of Medium Orchid #BC50FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.56%

R = 36.08%
G = 15.36%
B = 48.56%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC50FD (or 0xBC50FD) is known color: Medium Orchid. HEX triplet: BC, 50 and FD. RGB value is (188,80,253). Sum of RGB (Red+Green+Blue) = 188+80+253=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC50FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC50FD is #43AF02. Grayscale: #838383. Windows color (decimal): -4435715 or 16601276. OLE color: 16601276.

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

Color convert

RGB 188 80 253 -
CMYK 0.26 0.68 0 0.01
HSL 277.46º 0.98% 0.65% -
HSV(B) 277.46º 0.68% 0.99% -
XYZ 41.34 23.52 95.29 -
YUV 132.01 196.28 167.93 -
System Red Green Blue C M Y K H S L
Decimal 188 80 253 0.26 0.68 0 0.01 277.46 0.98 0.65
Hex BC 50 FD 1A 44 0 1 115 62 41
Octal 274 120 375 32 104 0 1 425 142 101
Binary 10111100 1010000 11111101 11010 1000100 0 1 100010101 1100010 1000001

Color Harmonies of #BC50FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC50FD

Black with #BC50FD

Text Example


Text Example

White with #BC50FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC50FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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