Html Css Color HEX #BC53F7 Medium Orchid

📋 copy color: '#BC53F7'

red 188 ◦ green 83 ◦ blue 247

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

Shades of Medium Orchid #BC53F7

Tints of Medium Orchid #BC53F7

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.02%

 BLUE value IS 247 (96.88% from 255) = 47.68%

R = 36.29%
G = 16.02%
B = 47.68%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC53F7 (or 0xBC53F7) is known color: Medium Orchid. HEX triplet: BC, 53 and F7. RGB value is (188,83,247). Sum of RGB (Red+Green+Blue) = 188+83+247=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC53F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC53F7 is #43AC08. Grayscale: #848484. Windows color (decimal): -4434953 or 16208828. OLE color: 16208828.

HSL color Cylindrical-coordinate representation of color #BC53F7: hue angle of 278.41º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC53F7 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 83 247 -
CMYK 0.24 0.66 0 0.03
HSL 278.41º 0.91% 0.65% -
HSV(B) 278.41º 0.66% 0.97% -
XYZ 40.62 23.59 90.41 -
YUV 133.09 192.29 167.16 -
System Red Green Blue C M Y K H S L
Decimal 188 83 247 0.24 0.66 0 0.03 278.41 0.91 0.65
Hex BC 53 F7 18 42 0 3 116 5B 41
Octal 274 123 367 30 102 0 3 426 133 101
Binary 10111100 1010011 11110111 11000 1000010 0 11 100010110 1011011 1000001

Color Harmonies of #BC53F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC53F7

Black with #BC53F7

Text Example


Text Example

White with #BC53F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC53F7; }

 p { color: rgb(188,83,247); }

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

background-color css

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

 a { background-color: rgb(188,83,247); }

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

border-color css

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

 span { border-color: rgb(188,83,247); }

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